From b0aaa3f9aef36634b5c391812362f016114f02ba Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 19 Aug 2013 20:43:19 +0200 Subject: [PATCH] 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. --- doc/gpgme.texi | 6 +++--- 1 file 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