diff options
author | Marcus Brinkmann <[email protected]> | 2002-07-25 18:50:23 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-07-25 18:50:23 +0000 |
commit | ab0e8fb5e4e5474f340852e67277565b980fc243 (patch) | |
tree | cf980a69e10fb7f0c6964de189f8647ae8f23cc0 /doc/gpgme.texi | |
parent | 2002-07-25 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-ab0e8fb5e4e5474f340852e67277565b980fc243.tar.gz gpgme-ab0e8fb5e4e5474f340852e67277565b980fc243.zip |
2002-07-25 Marcus Brinkmann <[email protected]>
* gpgme.texi (Deleting Keys): Say that secret keys might not be
deleted.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index d599f8ce..36ae4d55 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -1940,7 +1940,7 @@ started successfully, @code{GPGME_Invalid_Value} if @var{keydata} if The function @code{gpgme_op_delete} deletes the key @var{key} from the key ring of the crypto engine used by @var{ctx}. If @var{allow_secret} is @code{0}, only public keys are deleted, -otherwise secret keys are deleted as well. +otherwise secret keys are deleted as well, if that is supported. The function returns @code{GPGME_No_Error} if the key was deleted successfully, @code{GPGME_Invalid_Value} if @var{ctx} or @var{key} is |