Fix doc bug.

This commit is contained in:
Werner Koch 2008-11-28 10:32:12 +00:00
parent c01087be85
commit 5beba8689c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-11-28 Werner Koch <wk@g10code.com>
* gpgme.texi (Listing Keys): Change description of the return
value to match the code. Spotted by Colin Leroy.
2008-10-15 Werner Koch <wk@g10code.com> 2008-10-15 Werner Koch <wk@g10code.com>
* uiserver.texi (Miscellaneous UI Server Commands): Add option * uiserver.texi (Miscellaneous UI Server Commands): Add option

View File

@ -2837,7 +2837,7 @@ currently active keylist mode is used to retrieve the key. The key
will have one reference for the user. will have one reference for the user.
If the key is not found in the keyring, @code{gpgme_get_key} returns If the key is not found in the keyring, @code{gpgme_get_key} returns
the error code @code{GPG_ERR_NO_ERROR} and *@var{r_key} will be set to the error code @code{GPG_ERR_EOF} and *@var{r_key} will be set to
@code{NULL}. @code{NULL}.
The function returns the error code @code{GPG_ERR_INV_VALUE} if The function returns the error code @code{GPG_ERR_INV_VALUE} if