From: Marcus Brinkmann Date: Thu, 25 Jul 2002 18:50:23 +0000 (+0000) Subject: 2002-07-25 Marcus Brinkmann X-Git-Tag: gpgme-0-3-9~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ab0e8fb5e4e5474f340852e67277565b980fc243;p=gpgme.git 2002-07-25 Marcus Brinkmann * gpgme.texi (Deleting Keys): Say that secret keys might not be deleted. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 83dbeb1..de22879 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-07-25 Marcus Brinkmann + + * gpgme.texi (Deleting Keys): Say that secret keys might not be + deleted. + 2002-07-25 Marcus Brinkmann * gpgme.texi (Information About Keys): Document (badly) the new diff --git a/doc/gpgme.texi b/doc/gpgme.texi index d599f8c..36ae4d5 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