diff options
author | Marcus Brinkmann <[email protected]> | 2003-04-25 11:31:14 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-04-25 11:31:14 +0000 |
commit | bd07371233ee06ffb0fb8e268e19a8933168641c (patch) | |
tree | 1dd2291ab776efb11bb983b6933b31b4a11ac1d9 /TODO | |
parent | 2003-04-25 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-bd07371233ee06ffb0fb8e268e19a8933168641c.tar.gz gpgme-bd07371233ee06ffb0fb8e268e19a8933168641c.zip |
2003-04-25 Marcus Brinkmann <[email protected]>
* gpgme.h (GpgmeError): Add GPGME_Busy, GPGME_No_Request.
(GPGME_No_Recipients, GPGME_Invalid_Recipient,
GPGME_No_Passphrase): New macros.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Hey Emacs, this is -*- outline -*- mode! returning information in the blocking version as function arguments). ** Drop the support for finding out if an operation is pending. After all, one or two more ways for a user to shoot themselves in the foot don't matter. +** Compatibility interfaces that can be removed in future versions: +*** gpgme_data_new_from_filepart +*** gpgme_data_new_from_file +*** gpgme_data_new_with_read_cb +*** gpgme_data_rewind +*** GPGME_Busy, GPGME_No_Request +*** GPGME_No_Passphrase +*** GPGME_Invalid_Recipient, GPGME_No_Recipients * Thread support: ** Build thread modules for static linking (which just suck in the |