diff options
author | Marcus Brinkmann <[email protected]> | 2005-05-28 20:09:20 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-05-28 20:09:20 +0000 |
commit | 749ed3a25882c8c1318693532dcb0734dddc536a (patch) | |
tree | 0596845875b70978ceff81b10dd75defdb98f1db | |
parent | 2005-05-28 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-749ed3a25882c8c1318693532dcb0734dddc536a.tar.gz gpgme-749ed3a25882c8c1318693532dcb0734dddc536a.zip |
2005-05-28 Marcus Brinkmann <[email protected]>
* gpgme.texi (Key Listing Mode): Fix return type of
gpgme_set_keylist_mode.
Reported by "Sergio" <[email protected]>.
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 6 | ||||
-rw-r--r-- | doc/gpgme.texi | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 5061d3a3..67519fa7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2005-05-28 Marcus Brinkmann <[email protected]> + + * gpgme.texi (Key Listing Mode): Fix return type of + gpgme_set_keylist_mode. + Reported by "Sergio" <[email protected]>. + 2005-04-28 Marcus Brinkmann <[email protected]> * gpgme.texi (Included Certificates): Document diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 9c6b42fb..cae9b70c 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2061,7 +2061,7 @@ certificates to include into an S/MIME signed message. @cindex key listing mode @cindex key listing, mode of -@deftypefun void gpgme_set_keylist_mode (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_keylist_mode_t @var{mode}}) +@deftypefun gpgme_error_t gpgme_set_keylist_mode (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_keylist_mode_t @var{mode}}) The function @code{gpgme_set_keylist_mode} changes the default behaviour of the key listing functions. The value in @var{mode} is a bitwise-or combination of one or multiple of the following bit values: |