From 0fd485f0eebcedf3a2503b9ae4669bf6d3c3474b Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 14 Sep 2007 12:24:19 +0000 Subject: [PATCH] Documented burn_write_opts_set_multi @param opts --- libburn/trunk/cdrskin/cdrskin_timestamp.h | 2 +- libburn/trunk/libburn/libburn.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libburn/trunk/cdrskin/cdrskin_timestamp.h b/libburn/trunk/cdrskin/cdrskin_timestamp.h index 17da1614..6a776b2c 100644 --- a/libburn/trunk/cdrskin/cdrskin_timestamp.h +++ b/libburn/trunk/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.09.14.122437" +#define Cdrskin_timestamP "2007.09.14.122531" diff --git a/libburn/trunk/libburn/libburn.h b/libburn/trunk/libburn/libburn.h index 447cc8d4..bd4d44a8 100644 --- a/libburn/trunk/libburn/libburn.h +++ b/libburn/trunk/libburn/libburn.h @@ -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);