2007-05-03 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Thu, 3 May 2007 20:12:40 +0000 (20:12 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 3 May 2007 20:12:40 +0000 (20:12 +0000)
* gpgme.texi (Registering I/O Callbacks): Fix description of EVENT
member of gpgme_event_io_t.

trunk/doc/ChangeLog
trunk/doc/gpgme.texi

index 6ff31d6031db252d7d95458ff2db32e3dc6e79cc..4897f4ca752cad9c419855395a6effdce1bc0963 100644 (file)
@@ -1,3 +1,4 @@
+
 2006-11-01  Moritz Schulte  <moritz@g10code.com>
 
        * gpgme.texi (Data Buffer I/O Operations): Fixed entry for
index c9aebeac6c8ab72683f1efe11d4c5937b7304113..27da14e952d62db4de1ca96a014ae729a4adeb7a 100644 (file)
@@ -4915,8 +4915,8 @@ callback handler.  It must be specified.
 
 @item gpgme_event_io_cb_t event
 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
-not retrieve the return value of the operation.
+an operation.  It must be specified, because at least the start event
+must be processed.
 
 @item void *event_data
 This is passed as the first argument to the @code{event} function when