diff options
| author | Werner Koch <[email protected]> | 2008-05-07 15:41:14 +0000 | 
|---|---|---|
| committer | Werner Koch <[email protected]> | 2008-05-07 15:41:14 +0000 | 
| commit | b72c0012830eb8904678e18cc80ceb74a03e152c (patch) | |
| tree | 09ca9adc94f23676c06f118528ccbbdf8b6bbf54 /doc/gpgme.texi | |
| parent | Allow for engine version lines with a suffix. (diff) | |
| download | gpgme-b72c0012830eb8904678e18cc80ceb74a03e152c.tar.gz gpgme-b72c0012830eb8904678e18cc80ceb74a03e152c.zip  | |
Support --locate-keys feature of gpg.
Diffstat (limited to '')
| -rw-r--r-- | doc/gpgme.texi | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 1f1a8a6c..cb59355a 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2180,10 +2180,10 @@ is the default.  @item GPGME_KEYLIST_MODE_EXTERN  The @code{GPGME_KEYLIST_MODE_EXTERN} symbol specifies that an external -source should be searched for keys in the keylisting -operation.  The type of external source is dependant on the crypto -engine used.  For example, it can be a remote keyserver or LDAP -certificate server. +source should be searched for keys in the keylisting operation.  The +type of external source is dependant on the crypto engine used and +whether it is combined with @code{GPGME_KEYLIST_MODE_LOCAL}.  For +example, it can be a remote keyserver or LDAP certificate server.  @item GPGME_KEYLIST_MODE_SIGS  The @code{GPGME_KEYLIST_MODE_SIGS} symbol specifies that the key @@ -2208,7 +2208,7 @@ At least one of @code{GPGME_KEYLIST_MODE_LOCAL} and  @code{GPGME_KEYLIST_MODE_EXTERN} must be specified.  For future binary  compatibility, you should get the current mode with  @code{gpgme_get_keylist_mode} and modify it by setting or clearing the -appropriate bits, and then using that calulcated value in the +appropriate bits, and then using that calculated value in the  @code{gpgme_set_keylisting_mode} operation.  This will leave all other  bits in the mode value intact (in particular those that are not used  in the current version of the library).  | 
