aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-06-14 19:40:55 +0000
committerMarcus Brinkmann <[email protected]>2002-06-14 19:40:55 +0000
commitf54a11ad1469cf45b09cdfd7baf08c9db3ecd2dd (patch)
tree93717f642563244195dc8b05ad978f7d6c5d4e9b
parent* verify.c (gpgme_op_verify): Make sure that we never access an (diff)
downloadgpgme-f54a11ad1469cf45b09cdfd7baf08c9db3ecd2dd.tar.gz
gpgme-f54a11ad1469cf45b09cdfd7baf08c9db3ecd2dd.zip
Add items about I/O callbacks.
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 84e484cd..89b0b5aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,19 @@
Noteworthy changes in version CVS-HEAD
------------------------------------------------
+ * It is possible to use an outside event loop for the I/O to the
+ crypto engine by setting the I/O callbacks with gpgme_set_io_cbs.
+
* Interface changes relative to the 0.3.6 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+GpgmeIOCb NEW
+GpgmeRegisterIOCb NEW
+GpgmeRemoveIOCb NEW
+GpgmeEventIO NEW
+GpgmeEventIOCb NEW
+struct GpgmeIOCbs NEW
+gpgme_set_io_cbs NEW
+gpgme_get_io_cbs NEW
GPGME_ATTR_ERRTOK NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~