New wrapper isoburn_disc_erasable() declares ISO DVD-RAM, DVD+RW erasable

This commit is contained in:
Thomas Schmitt 2007-09-10 08:39:09 +00:00
parent 326706c0e6
commit b2d6b39b72
1 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,12 @@ int isoburn_drive_grab(struct burn_drive *drive, int load);
enum burn_disc_status isoburn_disc_get_status(struct burn_drive *drive);
/** Tells whether the media can be treated by isoburn_disc_erase().
Wrapper for: burn_disc_erasable()
*/
int isoburn_disc_erasable(struct burn_drive *d);
/** Mark the media as blank. With multi-session media this will call
burn_disc_erase(). With random access media, an eventual ISO-9660
filesystem will get invalidated by altering its start blocks on media.