New API call isoburn_ropt_get_tree_loaded()
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
Class struct of libisoburn.
|
||||
|
||||
Copyright 2007 - 2009 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
|
||||
Copyright 2007 - 2019 Thomas Schmitt <scdbackup@gmx.net>
|
||||
Copyright 2007 - 2020 Thomas Schmitt <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
*/
|
||||
@ -388,6 +388,11 @@ struct isoburn_read_opts {
|
||||
|
||||
uint32_t size; /**< Will be filled with the size (in 2048 byte block) of
|
||||
* the image, as reported in the PVM. */
|
||||
|
||||
int tree_loaded; /* from iso_read_image_features_tree_loaded() */
|
||||
int rr_loaded; /* from iso_read_image_features_rr_loaded */
|
||||
|
||||
|
||||
unsigned int pretend_blank:1; /* always create empty image */
|
||||
|
||||
uint32_t displacement;
|
||||
|
Reference in New Issue
Block a user