Mentioned both levels of API and their mutual exclusiveness
This commit is contained in:
parent
5ac178ddda
commit
d3f770827f
@ -1,10 +1,10 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
API definition of libisoburn.
|
Lower level API definition of libisoburn.
|
||||||
|
|
||||||
Copyright 2007-2010 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
|
Copyright 2007-2010 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
|
||||||
and Thomas Schmitt <scdbackup@gmx.net>
|
and Thomas Schmitt <scdbackup@gmx.net>
|
||||||
Provided under GPL version 2 or later.
|
Provided under GPL version 2 or later.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Overview
|
/** Overview
|
||||||
@ -18,6 +18,9 @@ The price for that is thorough specialization on data files in ISO-9660
|
|||||||
filesystem images. So libisoburn is not suitable for audio (CD-DA) or any
|
filesystem images. So libisoburn is not suitable for audio (CD-DA) or any
|
||||||
other CD layout which does not entirely consist of ISO-9660 sessions.
|
other CD layout which does not entirely consist of ISO-9660 sessions.
|
||||||
|
|
||||||
|
Note that there is a higher level of API: xorriso.h. One should not mix it
|
||||||
|
with the API calls of libisoburn.h, libisofs.h, and libburn.h.
|
||||||
|
|
||||||
|
|
||||||
Connector functions
|
Connector functions
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2010.05.19.160540"
|
#define Xorriso_timestamP "2010.05.21.132937"
|
||||||
|
Loading…
Reference in New Issue
Block a user