[svn] gpgme - r1215 - trunk/doc

svn author marcus cvs at cvs.gnupg.org
Thu May 3 22:13:09 CEST 2007


Author: marcus
Date: 2007-05-03 22:12:40 +0200 (Thu, 03 May 2007)
New Revision: 1215

Modified:
   trunk/doc/ChangeLog
   trunk/doc/gpgme.texi
Log:
2007-05-03  Marcus Brinkmann  <marcus at g10code.de>

	* gpgme.texi (Registering I/O Callbacks): Fix description of EVENT
	member of gpgme_event_io_t.


Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2007-04-30 18:37:22 UTC (rev 1214)
+++ trunk/doc/ChangeLog	2007-05-03 20:12:40 UTC (rev 1215)
@@ -1,3 +1,4 @@
+
 2006-11-01  Moritz Schulte  <moritz at g10code.com>
 
 	* gpgme.texi (Data Buffer I/O Operations): Fixed entry for

Modified: trunk/doc/gpgme.texi
===================================================================
--- trunk/doc/gpgme.texi	2007-04-30 18:37:22 UTC (rev 1214)
+++ trunk/doc/gpgme.texi	2007-05-03 20:12:40 UTC (rev 1215)
@@ -4915,8 +4915,8 @@
 
 @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




More information about the Gnupg-commits mailing list