diff options
author | Werner Koch <[email protected]> | 2002-08-14 13:57:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-08-14 13:57:59 +0000 |
commit | c79fa942604fa116406759035153c85abba6fad5 (patch) | |
tree | 2839a5278cee1318a0917b863e99bd8b2b752b0c | |
parent | Fixed a missing update in the fix to the update conflict ;) (diff) | |
download | gpgme-c79fa942604fa116406759035153c85abba6fad5.tar.gz gpgme-c79fa942604fa116406759035153c85abba6fad5.zip |
* gpgme.texi (Information About Keys): Changed GPGME_ATTR_TYPE.
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpgme.texi | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index de228794..30d81ed4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-14 Werner Koch <[email protected]> + + * gpgme.texi (Information About Keys): Changed GPGME_ATTR_TYPE. + 2002-07-25 Marcus Brinkmann <[email protected]> * gpgme.texi (Deleting Keys): Say that secret keys might not be diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 36ae4d55..a408f8ff 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -1653,7 +1653,9 @@ otherwise. This is the trust level of a trust item. @item GPGME_ATTR_TYPE -This is the type of a trust item. +This returns information about the type of key. For the string function +this will eother be "PGP" or "X.509". The integer function returns 0 +for PGP and 1 for X.509. It is also used for the type of a trust item. @item GPGME_ATTR_IS_SECRET This specifies if the key is a secret key. It is representable as a |