2003-05-04 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Sun, 4 May 2003 20:49:44 +0000 (20:49 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Sun, 4 May 2003 20:49:44 +0000 (20:49 +0000)
* gpgme.texi (Listing Keys): Document what happens if key is not
found.

doc/ChangeLog
doc/gpgme.texi

index 54fb7f8b47cf3328eb955205e04647aa06d9c75d..01533fb619e6a73873eaaa5fc9babca92da85bc3 100644 (file)
@@ -1,5 +1,8 @@
 2003-05-04  Marcus Brinkmann  <marcus@g10code.de>
 
+       * gpgme.texi (Listing Keys): Document what happens if key is not
+       found.
+
        * gpgme.texi (Importing Keys): Fix cut and paste error.
 
 2003-04-30  Marcus Brinkmann  <marcus@g10code.de>
index 8782f4dec342014a9543b3e6c04a59de8007ec4b..9fe30d6bea9e281d9aaf766ff01974a4976eb664 100644 (file)
@@ -2174,6 +2174,9 @@ key from the crypto backend and replace the key in the cache, if any.
 If @var{secret} is true, get the secret key.  The currently active
 keylist mode is used to retrieve the key.
 
+If the key is not found in the keyring, @code{gpgme_get_key} returns
+@code{GPGME_No_Error} and *@var{r_key} will be set to @code{NULL}.
+
 The function returns @code{GPGME_Invalid_Value} if @var{ctx} or
 @var{r_key} is not a valid pointer, @code{GPGME_Invalid_Key} if
 @var{fpr} is not a fingerprint or key ID, @code{GPGME_Out_Of_Core} if