aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2007-05-03 20:12:40 +0000
committerMarcus Brinkmann <[email protected]>2007-05-03 20:12:40 +0000
commitf2bd9ab3be4daa9e0ecadfcb3958fd15d5a760fb (patch)
tree2e08f569c571b7c2c46b52f6c75b0f0589028b01 /doc
parent2007-04-30 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-f2bd9ab3be4daa9e0ecadfcb3958fd15d5a760fb.tar.gz
gpgme-f2bd9ab3be4daa9e0ecadfcb3958fd15d5a760fb.zip
2007-05-03 Marcus Brinkmann <[email protected]>
* gpgme.texi (Registering I/O Callbacks): Fix description of EVENT member of gpgme_event_io_t.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog1
-rw-r--r--doc/gpgme.texi4
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 6ff31d60..4897f4ca 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,4 @@
+
2006-11-01 Moritz Schulte <[email protected]>
* gpgme.texi (Data Buffer I/O Operations): Fixed entry for
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index c9aebeac..27da14e9 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -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