aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-01-31 00:31:44 +0000
committerMarcus Brinkmann <[email protected]>2002-01-31 00:31:44 +0000
commit129da707d1464633595151e70b3982cc3bbe5496 (patch)
treed71eac8c7efaf5ae3400df154aaa6fdf77618343 /TODO
parent2002-01-30 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-129da707d1464633595151e70b3982cc3bbe5496.tar.gz
gpgme-129da707d1464633595151e70b3982cc3bbe5496.zip
doc/
2002-01-31 Marcus Brinkmann <[email protected]> * gpgme.texi (Generating Keys): Document error at creation failure. gpgme/ 2002-01-31 Marcus Brinkmann <[email protected]> * rungpg.h: Add STATUS_KEY_CREATED. * progress.c: New file. * Makefile.am (libgpgme_la_SOURCES): Add progress.c. * genkey.c (genkey_status_handler): Use _gpgme_progress_status_handler. Add check for status. (struct genkey_result_s): New structure. (_gpgme_release_genkey_result): New function. (gpgme_op_genkey): Check for error. * gpgme.c (_gpgme_release_result): Call _gpgme_release_genkey_result. * ops.h (_gpgme_release_genkey_result): Add prototype. * types.h (GenKeyResult): New type. * context.h (gpgme_context_s): Add GenKeyResult to member result.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 9f09b416..1a840f7b 100644
--- a/TODO
+++ b/TODO
@@ -35,7 +35,9 @@
(it's an internal error, as select_protocol checks already).
* Operations
-** Import, export, genkey, delete status handler need much more work.
+** Export status handler need much more work.
+** Import should return a useful error when one happened.
+** Genkey should return something more useful than General_Error.
* Error Values
** Map ASSUAN error values.