New API call isoburn_disc_pretend_full_uncond()

This commit is contained in:
2014-05-03 11:47:23 +00:00
parent 08784a116c
commit 1424d7539f
4 changed files with 24 additions and 2 deletions

View File

@ -494,6 +494,14 @@ enum burn_disc_status isoburn_disc_get_status(struct burn_drive *drive);
#endif
/** Sets the medium status to BURN_DISC_FULL unconditionally.
@since 1.3.8
@param drive The drive with the medium to be handled as if it was closed.
@
*/
int isoburn_disc_pretend_full_uncond(struct burn_drive *drive);
/** Tells whether the medium can be treated by isoburn_disc_erase().
Wrapper for: burn_disc_erasable()
@since 0.1.0