aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-02-06 01:20:49 +0000
committerMarcus Brinkmann <[email protected]>2002-02-06 01:20:49 +0000
commit69ab559a7b7ea9f05b68911d17bb33b7f85c033c (patch)
treef66d40de6adc897fdf19459c3ea0baebe5974e7d /TODO
parentdoc/ (diff)
downloadgpgme-69ab559a7b7ea9f05b68911d17bb33b7f85c033c.tar.gz
gpgme-69ab559a7b7ea9f05b68911d17bb33b7f85c033c.zip
doc/
2002-02-06 Marcus Brinkmann <[email protected]> * gpgme.texi (Waiting For Completion): Adjust doc to changes in the code. gpgme/ 2002-02-06 Marcus Brinkmann <[email protected]> * wait.c (gpgme_wait): Add new argument STATUS, in which the status of the returned context is returned. (_gpgme_wait_on_condition): Rework the function a bit, to make it aware of cancelled processes, and to allow to use gpgme_wait with CTX being NULL (as documented in the source). (struct proc_s): New member REPORTED. * gpgme.h: Fix prototype. * verify.c (gpgme_op_verify): Fix use of gpgme_wait. * sign.c (gpgme_op_sign): * import.c (gpgme_op_import): * genkey.c (gpgme_op_genkey): * export.c (gpgme_op_export): * encrypt.c (gpgme_op_encrypt): * delete.c (gpgme_op_delete): * decrypt-verify.c (gpgme_op_decrypt_verify):
Diffstat (limited to '')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 7eb7de96..ac886cf6 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,6 @@
Hey Emacs, this is -*- outline -*- mode!
* ABI's to break:
-** The resulting error of an operation can not be retrieved
- seperately; the op_foobar operations can't be implemented by the
- user, they are not merely convenience, but necessity, while the
- op_foobar_start functions for these are unusable (or render the
- context unusable, your choice).
** string representation of non-secret keys and ATTR_IS_SECRET is NULL,
which can not be differentiated from the case that it is not
representable.