diff options
author | Marcus Brinkmann <[email protected]> | 2004-09-28 23:15:39 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-09-28 23:15:39 +0000 |
commit | cc769c66edcceb87d0d27658ff620a936004f867 (patch) | |
tree | 61d631445753f854dcd2dd64585a693f9bd416bf /doc | |
parent | 2004-09-28 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-cc769c66edcceb87d0d27658ff620a936004f867.tar.gz gpgme-cc769c66edcceb87d0d27658ff620a936004f867.zip |
doc/
2004-09-29 Marcus Brinkmann <[email protected]>
* gpgme.texi (Key Management): Change type of keylist_mode in
gpgme_key_t to gpgme_keylist_mode_t.
gpgme/
2004-09-29 Marcus Brinkmann <[email protected]>
* gpgme.h (GPGME_IMPORT_NEW, GPGME_IMPORT_UID, GPGME_IMPORT_SIG,
GPGME_IMPORT_SUBKEY, GPGME_IMPORT_SECRET,
(GPGME_KEYLIST_MODE_LOCAL, GPGME_KEYLIST_MODERN_EXTERN,
GPGME_KEYLIST_MODE_SIGS, GPGME_KEYLIST_MODE_VALIDATE): Change from
enum to macros.
(gpgme_keylist_mode_t): Define as unsigned int.
(gpgme_key_t): Change type of keylist_mode to
gpgme_keylist_mode_t.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpgme.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index c87e2491..49f46c95 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-29 Marcus Brinkmann <[email protected]> + + * gpgme.texi (Key Management): Change type of keylist_mode in + gpgme_key_t to gpgme_keylist_mode_t. + 2004-09-28 Marcus Brinkmann <[email protected]> * gpgme.texi (Passphrase Callback): Fix last change. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index f63df520..5617a330 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2351,7 +2351,7 @@ The @code{gpgme_key_t} type is a pointer to a key object. It has the following members: @table @code -@item unsigned int keylist_mode +@item gpgme_keylist_mode_t keylist_mode The keylist mode that was active when the key was retrieved. @item unsigned int revoked : 1 |