Small enhancement of API description

This commit is contained in:
Thomas Schmitt 2012-09-21 11:56:05 +00:00
parent c0b7304b61
commit f09064b470
2 changed files with 5 additions and 1 deletions

View File

@ -689,6 +689,8 @@ int Xorriso_pull_outlists(struct XorrisO *xorriso, int stack_handle,
to be directed to stdout resp. to be interpreted
as -pkt_output format if this is enabled by
Xorriso_option_pkt_output().
The function should return 1. A return value of -1
urges not to call again with further lines.
@param result_handle The first argument of (*result_handler)(). It shall
point to a memory object that knows all necessary
external parameters for running (*result_handler)().
@ -696,6 +698,8 @@ int Xorriso_pull_outlists(struct XorrisO *xorriso, int stack_handle,
@param info_handler Pointer to the function which shall be called with
each info message. A NULL pointer causes output to
be directed to stderr resp. to -as mkisofs -log-file.
The function should return 1. A return value of -1
urges not to call again with further lines.
@param info_handle The first argument of (*info_handler)(). It shall
point to a memory object that knows all necessary
external parameters for running (*info_handler)().

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.09.16.141845"
#define Xorriso_timestamP "2012.09.21.115522"