aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-01-30 22:48:09 +0000
committerMarcus Brinkmann <[email protected]>2002-01-30 22:48:09 +0000
commitca5e3a09e3e18419beaefd3d8536e83da45ae215 (patch)
tree9946d686686d7ecd52b05518b3d43e8b1043c434
parent2002-01-30 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-ca5e3a09e3e18419beaefd3d8536e83da45ae215.tar.gz
gpgme-ca5e3a09e3e18419beaefd3d8536e83da45ae215.zip
2002-01-30 Marcus Brinkmann <[email protected]>
* gpgme.texi (Deleting Keys): Document new error values.
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gpgme.texi6
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index bfe382e2..8d5a898a 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,9 @@
2002-01-30 Marcus Brinkmann <[email protected]>
+ * gpgme.texi (Deleting Keys): Document new error values.
+
+2002-01-30 Marcus Brinkmann <[email protected]>
+
* gpgme.texi (Importing Keys): Add reference to gpgme_get_op_info.
2002-01-30 Marcus Brinkmann <[email protected]>
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 44b69970..7287307c 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -1562,8 +1562,10 @@ key ring of the crypto engine used by @var{ctx}. If
otherwise secret keys are deleted as well.
The function returns @code{GPGME_No_Error} if the key was deleted
-successfully, and @code{GPGME_Invalid_Value} if @var{ctx} or @var{key}
-is not a valid pointer.
+successfully, @code{GPGME_Invalid_Value} if @var{ctx} or @var{key} is
+not a valid pointer, @code{GPGME_Invalid_Key} if @var{key} could not
+be found in the keyring, and @code{GPGME_Conflict} if the secret key
+for @var{key} is available, but @var{allow_secret} is zero.
@end deftypefun
@deftypefun GpgmeError gpgme_op_delete_start (@w{GpgmeCtx @var{ctx}}, @w{const GpgmeKey @var{key}}, @w{int @var{allow_secret}})