aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-05-21 15:15:21 +0000
committerMarcus Brinkmann <[email protected]>2004-05-21 15:15:21 +0000
commit6aeee0426a98e306974a0e06a6e85cbe69e16dff (patch)
tree7fd6d9ac00f02631fd3d58eeca8ab115ae99f5d1 /doc/gpgme.texi
parentUpdate version number. (diff)
downloadgpgme-6aeee0426a98e306974a0e06a6e85cbe69e16dff.tar.gz
gpgme-6aeee0426a98e306974a0e06a6e85cbe69e16dff.zip
doc/
2004-05-21 Marcus Brinkmann <[email protected]> * gpgme.texi (Key Management): Add note about new field keylist_mode of gpgme_key_t. gpgme/ 2004-05-21 Marcus Brinkmann <[email protected]> * gpgme.h (struct _gpgme_key): New member keylist_mode. * keylist.c (keylist_colon_handler): Set the keylist_mode of KEY.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r--doc/gpgme.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 86e45a74..5f9501b1 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -2348,6 +2348,9 @@ 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
+The keylist mode that was active when the key was retrieved.
+
@item unsigned int revoked : 1
This is true if the key is revoked.