diff options
author | Marcus Brinkmann <[email protected]> | 2002-12-23 22:34:25 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-12-23 22:34:25 +0000 |
commit | 06afcd13c6f2ce687bb647f14df2cee9d50464b2 (patch) | |
tree | cbcc4cd25f72a251ada271625de32977ba073b08 /doc/gpgme.texi | |
parent | 2002-12-23 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-06afcd13c6f2ce687bb647f14df2cee9d50464b2.tar.gz gpgme-06afcd13c6f2ce687bb647f14df2cee9d50464b2.zip |
doc/
2002-12-23 Marcus Brinkmann <[email protected]>
* gpgme.texi (Information About Keys): Document that
GPGME_ATTR_IS_SECRET is not representable as a string anymore.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 43d842e7..a74ec240 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -1829,8 +1829,7 @@ 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 -string or a number. If the key is a secret key, the representation is -``1'' or @code{1}, otherwise it is @code{NULL} or @code{0}. +number, and is @code{1} if the key is revoked, and @code{0} otherwise. @item GPGME_ATTR_KEY_REVOKED This specifies if a sub key is revoked. It is representable as a |