diff options
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 4 |
1 files changed, 3 insertions, 1 deletions
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 |