New API call isoburn_disc_pretend_full_uncond()
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user