Cosmetic changes
This commit is contained in:
parent
1de41908a8
commit
687bde257c
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2008.12.22.130527"
|
#define Cdrskin_timestamP "2008.12.29.105341"
|
||||||
|
@ -1193,8 +1193,8 @@ int burn_disc_erasable(struct burn_drive *d);
|
|||||||
enum burn_drive_status burn_drive_get_status(struct burn_drive *drive,
|
enum burn_drive_status burn_drive_get_status(struct burn_drive *drive,
|
||||||
struct burn_progress *p);
|
struct burn_progress *p);
|
||||||
|
|
||||||
/** Creates a write_opts struct for burning to the specified drive
|
/** Creates a write_opts struct for burning to the specified drive.
|
||||||
must be freed with burn_write_opts_free
|
The returned object must later be freed with burn_write_opts_free().
|
||||||
@param drive The drive to write with
|
@param drive The drive to write with
|
||||||
@return The write_opts, NULL on error
|
@return The write_opts, NULL on error
|
||||||
*/
|
*/
|
||||||
|
@ -260,7 +260,8 @@ int libburner_aquire_by_driveno(int *driveno)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/** Makes a previously used CD-RW ready for thorough re-usal.
|
/** Makes a previously used CD-RW or unformatted DVD-RW ready for thorough
|
||||||
|
re-usal.
|
||||||
|
|
||||||
To our knowledge it is hardly possible to abort an ongoing blank operation
|
To our knowledge it is hardly possible to abort an ongoing blank operation
|
||||||
because after start it is entirely handled by the drive.
|
because after start it is entirely handled by the drive.
|
||||||
|
Loading…
Reference in New Issue
Block a user