diff options
author | Werner Koch <[email protected]> | 2013-08-19 18:43:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-08-19 18:43:19 +0000 |
commit | b0aaa3f9aef36634b5c391812362f016114f02ba (patch) | |
tree | d39ab86aef61426176d85bc52fc85f2f1a6a7339 | |
parent | Fix possible segv in the gpgme_op_card_edit. (diff) | |
download | gpgme-b0aaa3f9aef36634b5c391812362f016114f02ba.tar.gz gpgme-b0aaa3f9aef36634b5c391812362f016114f02ba.zip |
Document API change for GPGME_EVENT_DONE from 2009.
* doc/gpgme.texi (I/O Callback Interface): Fix description for the
event arg.
--
With commit c8e934b2 (2009-10-26) gpgme_io_event_done_data_t was
introduced to replace the use of gpg_error_t with GPGME_EVENT_DONE.
Unfortunately this was not documented. Maybe at that time the event
code was considered internal and its use in GPA was not known. Too
bad.
-rw-r--r-- | doc/gpgme.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 4ec0bfe2..18b3c946 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -5335,9 +5335,9 @@ callback handlers must not be run before this event is signalled. @item GPGME_EVENT_DONE The operation is finished, the last I/O callback for this operation was removed. The accompanying @var{type_data} points to a -@code{gpgme_error_t} variable that contains the status of the operation -that finished. This event is signalled after the last I/O callback -has been removed. +@code{struct gpgme_io_event_done_data} variable that contains the +status of the operation that finished. This event is signalled after +the last I/O callback has been removed. @item GPGME_EVENT_NEXT_KEY In a @code{gpgme_op_keylist_start} operation, the next key was |