2007-05-03 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Registering I/O Callbacks): Fix description of EVENT member of gpgme_event_io_t.
This commit is contained in:
parent
0bd4e4c4d1
commit
f2bd9ab3be
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
2006-11-01 Moritz Schulte <moritz@g10code.com>
|
2006-11-01 Moritz Schulte <moritz@g10code.com>
|
||||||
|
|
||||||
* gpgme.texi (Data Buffer I/O Operations): Fixed entry for
|
* gpgme.texi (Data Buffer I/O Operations): Fixed entry for
|
||||||
|
@ -4915,8 +4915,8 @@ callback handler. It must be specified.
|
|||||||
|
|
||||||
@item gpgme_event_io_cb_t event
|
@item gpgme_event_io_cb_t event
|
||||||
This is the function called by @acronym{GPGME} to signal an event for
|
This is the function called by @acronym{GPGME} to signal an event for
|
||||||
an operation. It is optional, but if you don't specify it, you can
|
an operation. It must be specified, because at least the start event
|
||||||
not retrieve the return value of the operation.
|
must be processed.
|
||||||
|
|
||||||
@item void *event_data
|
@item void *event_data
|
||||||
This is passed as the first argument to the @code{event} function when
|
This is passed as the first argument to the @code{event} function when
|
||||||
|
Loading…
Reference in New Issue
Block a user