New bit1 with API call Xorriso_change_is_pending() issues a note if return is 0 and indev and outdev point to different drives

This commit is contained in:
2023-08-08 13:43:51 +02:00
parent 0b7e4f934e
commit ab0bfdb04f
8 changed files with 43 additions and 5 deletions

View File

@ -214,9 +214,13 @@ int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag);
/* Inquire whether option -commit would make sense.
@param xorriso The context object to inquire.
@param flag @since 0.6.6
bit0= do not return 1 if -as mkisofs -print-size was
@param flag bit0= do not return 1 if -as mkisofs -print-size was
performed on the current image.
@since 0.6.6
bit1= issue NOTE if return is 0,
indev and outdev point to different drives,
and no write run has happened
@since 1.5.8
@return 0= -commit would have nothing to do
1= a new image session would emerge at -commit
*/