Documented burn_write_opts_set_multi @param opts

This commit is contained in:
Thomas Schmitt 2007-09-14 12:24:19 +00:00
parent eb88f800d7
commit ab15717ce0
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.09.14.122437"
#define Cdrskin_timestamP "2007.09.14.122531"

View File

@ -1504,6 +1504,7 @@ void burn_write_opts_set_mediacatalog(struct burn_write_opts *opts, unsigned cha
/* ts A61106 */
/** Sets the multi flag which eventually marks the emerging session as not
being the last one and thus creating a BURN_DISC_APPENDABLE media.
@param opts The option object to be manipulated
@param multi 1=media will be appendable, 0=media will be closed (default)
*/
void burn_write_opts_set_multi(struct burn_write_opts *opts, int multi);