diff options
| author | Moritz Schulte <[email protected]> | 2003-12-23 09:08:06 +0000 | 
|---|---|---|
| committer | Moritz Schulte <[email protected]> | 2003-12-23 09:08:06 +0000 | 
| commit | a3d1b15db26f5320f4b191f77a0904acc5220c4b (patch) | |
| tree | 307bf74c55d85f1b2171312a30009a666029dd88 /doc | |
| parent | C++ fixes (diff) | |
| download | gpgme-a3d1b15db26f5320f4b191f77a0904acc5220c4b.tar.gz gpgme-a3d1b15db26f5320f4b191f77a0904acc5220c4b.zip | |
2003-12-23  Moritz Schulte  <[email protected]>
	* gpgme.texi (Listing Keys): Minor clarification for
	gpgme_get_key.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/gpgme.texi | 3 | 
2 files changed, 7 insertions, 1 deletions
| diff --git a/doc/ChangeLog b/doc/ChangeLog index 0064e2d2..1589e416 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-12-23  Moritz Schulte  <[email protected]> + +	* gpgme.texi (Listing Keys): Minor clarification for +	gpgme_get_key. +  2003-10-06  Marcus Brinkmann  <[email protected]>  	* gpgme.texi (Signal Handling): New section. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 48094548..8c34f897 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -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  (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 -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  the error code @code{GPG_ERR_NO_ERROR} and *@var{r_key} will be set to | 
