diff options
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpgme.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 83dbeb12..de228794 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,10 @@ 2002-07-25 Marcus Brinkmann <[email protected]> + * gpgme.texi (Deleting Keys): Say that secret keys might not be + deleted. + +2002-07-25 Marcus Brinkmann <[email protected]> + * gpgme.texi (Information About Keys): Document (badly) the new key attributes. 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 |