Small enhancement of API description
This commit is contained in:
parent
8594e8b927
commit
bd1b34652e
@ -689,6 +689,8 @@ int Xorriso_pull_outlists(struct XorrisO *xorriso, int stack_handle,
|
|||||||
to be directed to stdout resp. to be interpreted
|
to be directed to stdout resp. to be interpreted
|
||||||
as -pkt_output format if this is enabled by
|
as -pkt_output format if this is enabled by
|
||||||
Xorriso_option_pkt_output().
|
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
|
@param result_handle The first argument of (*result_handler)(). It shall
|
||||||
point to a memory object that knows all necessary
|
point to a memory object that knows all necessary
|
||||||
external parameters for running (*result_handler)().
|
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
|
@param info_handler Pointer to the function which shall be called with
|
||||||
each info message. A NULL pointer causes output to
|
each info message. A NULL pointer causes output to
|
||||||
be directed to stderr resp. to -as mkisofs -log-file.
|
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
|
@param info_handle The first argument of (*info_handler)(). It shall
|
||||||
point to a memory object that knows all necessary
|
point to a memory object that knows all necessary
|
||||||
external parameters for running (*info_handler)().
|
external parameters for running (*info_handler)().
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2012.09.16.141845"
|
#define Xorriso_timestamP "2012.09.21.115522"
|
||||||
|
Loading…
Reference in New Issue
Block a user