From 1e1fb4724cb224ef5fb4e56edb4ba9ff2deceb0f Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 22 Jan 2002 15:32:44 +0000 Subject: doc/ 2002-01-22 Marcus Brinkmann * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's R_HD type from void* to void**. gpgme/ 2002-01-22 Marcus Brinkmann * gpgme.h (GpgmePassphraseCb): Change type of R_HD from void* to void**. tests/ 2002-01-22 Marcus Brinkmann * 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. --- TODO | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'TODO') 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). -- cgit v1.2.3