2002-07-25 Marcus Brinkmann <marcus@g10code.de>

* gpgme.texi (Deleting Keys): Say that secret keys might not be
	deleted.
This commit is contained in:
Marcus Brinkmann 2002-07-25 18:50:23 +00:00
parent 1ffa0534ea
commit ab0e8fb5e4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-07-25 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Deleting Keys): Say that secret keys might not be
deleted.
2002-07-25 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Information About Keys): Document (badly) the new

View File

@ -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