~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to libbrasero-media/scsi-spc1.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-08 09:33:41 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908093341-jh02q5ba0q8jyu9l
Tags: 2.27.92-0ubuntu1
* New upstream release (LP: #425998)
  - Some improvements when handling DVD-RW sequential
  - #593829 - Brasero gets stuck in a loop at "Getting size" while burning another session on a multi-session disk
  - #578466 - Unable to overburn
  - #593314 - Brasero is failing to burn from sftp
  - #593492 - Compilation must be ordered by file name
  - #587122 - Copying DVD - "Error while reading video DVD (no error)"
  - #592026 - brasero crashes when eject a medium
  - #592025 - brasero crashes on detecting src images on a NFS path when preparing burning an image
  - #591880 - Image checksumming causes internal error (LP: #354995)
  - #591397 - Brasero Main window pops up after exiting from Image Burning window.
  - Translation updates
  - lots of small fixes and improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
#include "scsi-error.h"
36
36
#include "scsi-mode-pages.h"
 
37
#include "scsi-inquiry.h"
37
38
 
38
39
#ifndef _BURN_SPC1_H
39
40
#define _BURN_SPC1_H
58
59
                          BraseroScsiErrCode *error);
59
60
 
60
61
BraseroScsiResult
 
62
brasero_spc1_inquiry (BraseroDeviceHandle *handle,
 
63
                      BraseroScsiInquiry *hdr,
 
64
                      BraseroScsiErrCode *error);
 
65
 
 
66
BraseroScsiResult
61
67
brasero_spc1_inquiry_is_optical_drive (BraseroDeviceHandle *handle,
62
68
                                       BraseroScsiErrCode *error);
63
69