aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-01-22 15:32:44 +0000
committerMarcus Brinkmann <[email protected]>2002-01-22 15:32:44 +0000
commit1e1fb4724cb224ef5fb4e56edb4ba9ff2deceb0f (patch)
treed8bc178996c74429d23e2639a26ae353e4e6f2f6 /TODO
parentdoc/ (diff)
downloadgpgme-1e1fb4724cb224ef5fb4e56edb4ba9ff2deceb0f.tar.gz
gpgme-1e1fb4724cb224ef5fb4e56edb4ba9ff2deceb0f.zip
doc/
2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's R_HD type from void* to void**. gpgme/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.h (GpgmePassphraseCb): Change type of R_HD from void* to void**. tests/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpg/t-signers.c (passphrase_cb): Change type of r_hd to void**. * gpg/t-sign.c (passphrase_cb): Likewise. * gpg/t-decrypt-verify.c (passphrase_cb): Likewise. * gpg/t-decrypt.c (passphrase_cb): Likewise.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index 27055a9e..c924eb02 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,7 @@
* ABI's to break:
** GpgmePassphraseCb should have void **R_HD, not void *R_HD.
-** trustlist has the same start/end problem as keylist had.
- In fact, all the _start functions have this problem!
- In addition, the resulting error of the operation can not be
- retrieved seperately; the op_foobar operations can't be implemented
+** 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).