aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-09-28 23:15:39 +0000
committerMarcus Brinkmann <[email protected]>2004-09-28 23:15:39 +0000
commitcc769c66edcceb87d0d27658ff620a936004f867 (patch)
tree61d631445753f854dcd2dd64585a693f9bd416bf /doc/gpgme.texi
parent2004-09-28 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-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/gpgme.texi')
-rw-r--r--doc/gpgme.texi2
1 files changed, 1 insertions, 1 deletions
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