diff options
author | Marcus Brinkmann <[email protected]> | 2004-05-21 15:15:21 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-05-21 15:15:21 +0000 |
commit | 6aeee0426a98e306974a0e06a6e85cbe69e16dff (patch) | |
tree | 7fd6d9ac00f02631fd3d58eeca8ab115ae99f5d1 /doc | |
parent | Update version number. (diff) | |
download | gpgme-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')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpgme.texi | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 0a760935..c472cc04 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-05-21 Marcus Brinkmann <[email protected]> + + * gpgme.texi (Key Management): Add note about new field + keylist_mode of gpgme_key_t. + 2004-04-29 Marcus Brinkmann <[email protected]> * gpgme.texi (Verify): Correct type of member wrong_key_usage. 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. |