diff options
author | Marcus Brinkmann <[email protected]> | 2003-05-04 20:49:44 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-05-04 20:49:44 +0000 |
commit | 75f91eed402741d931c47b4e955d58cd0bef1c1c (patch) | |
tree | 9c86ff2ab577e4829bfec459f8af1a868a4a44a8 /doc/gpgme.texi | |
parent | Update items. (diff) | |
download | gpgme-75f91eed402741d931c47b4e955d58cd0bef1c1c.tar.gz gpgme-75f91eed402741d931c47b4e955d58cd0bef1c1c.zip |
2003-05-04 Marcus Brinkmann <[email protected]>
* gpgme.texi (Listing Keys): Document what happens if key is not
found.
Diffstat (limited to '')
-rw-r--r-- | doc/gpgme.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 8782f4de..9fe30d6b 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -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 |