2003-12-23 Moritz Schulte <mo@g10code.com>
* gpgme.texi (Listing Keys): Minor clarification for gpgme_get_key.
This commit is contained in:
parent
4597915910
commit
a3d1b15db2
@ -1,3 +1,8 @@
|
|||||||
|
2003-12-23 Moritz Schulte <mo@g10code.com>
|
||||||
|
|
||||||
|
* gpgme.texi (Listing Keys): Minor clarification for
|
||||||
|
gpgme_get_key.
|
||||||
|
|
||||||
2003-10-06 Marcus Brinkmann <marcus@g10code.de>
|
2003-10-06 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* gpgme.texi (Signal Handling): New section.
|
* gpgme.texi (Signal Handling): New section.
|
||||||
|
@ -2477,7 +2477,8 @@ following function can be used to retrieve a single key.
|
|||||||
The function @code{gpgme_get_key} gets the key with the fingerprint
|
The function @code{gpgme_get_key} gets the key with the fingerprint
|
||||||
(or key ID) @var{fpr} from the crypto backend and return it in
|
(or key ID) @var{fpr} from the crypto backend and return it in
|
||||||
@var{r_key}. If @var{secret} is true, get the secret key. The
|
@var{r_key}. If @var{secret} is true, get the secret key. The
|
||||||
currently active keylist mode is used to retrieve the key.
|
currently active keylist mode is used to retrieve the key. The key
|
||||||
|
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_NO_ERROR} and *@var{r_key} will be set to
|
||||||
|
Loading…
Reference in New Issue
Block a user