Clarified and updated API documentation of Xorriso_prescan_args()
This commit is contained in:
parent
8d03fbcd55
commit
3b9116b827
@ -234,17 +234,20 @@ int Xorriso_destroy(struct XorrisO **xorriso, int flag);
|
||||
/* This special interpreter is eventually called between Xorriso_new() and
|
||||
Xorriso_startup_libraries(). It interprets certain commands which shall
|
||||
get into effect before the libraries get initialized:
|
||||
-abort_on , -report_about , -return_with , -list_delimiter
|
||||
-abort_on , -report_about , -return_with , -list_delimiter ,
|
||||
-scsi_log , -signal_handling
|
||||
Some commands get executed only if they are the only command in argv:
|
||||
-prog_help , -help , -no_rc
|
||||
Some get examined for the need to redirect stdout messages
|
||||
-dev , -outdev , -indev , -as
|
||||
Command -list_delimiter gets into effect during this call. But the
|
||||
setting at begin of the call gets restored before the call returns.
|
||||
@param xorriso The context object in which to perform the commands.
|
||||
@param argc Number of arguments.
|
||||
@param argv The arguments. argv[0] contains the program name.
|
||||
argv[1] to argv[argc-1] contain commands and parameters.
|
||||
@param idx Argument cursor. When this function is called, *idx must
|
||||
be at least 1, argv[*idx] must be to a command.
|
||||
be at least 1, argv[*idx] must be a command.
|
||||
*idx will iterate over commands and parameters until this
|
||||
function aborts or until argc is reached.
|
||||
@param flag bit0= do not interpret argv[1]
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2011.05.02.211310"
|
||||
#define Xorriso_timestamP "2011.05.02.211401"
|
||||
|
Loading…
Reference in New Issue
Block a user