gpgme/doc (ChangeLog gpgme.texi)
cvs user marcus
cvs at cvs.gnupg.org
Sat May 28 21:48:38 CEST 2005
Date: Saturday, May 28, 2005 @ 22:09:20
Author: marcus
Path: /cvs/gpgme/gpgme/doc
Modified: ChangeLog gpgme.texi
2005-05-28 Marcus Brinkmann <marcus at g10code.de>
* gpgme.texi (Key Listing Mode): Fix return type of
gpgme_set_keylist_mode.
Reported by "Sergio" <ml_sergico at virgilio.it>.
------------+
ChangeLog | 6 ++++++
gpgme.texi | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
Index: gpgme/doc/ChangeLog
diff -u gpgme/doc/ChangeLog:1.136 gpgme/doc/ChangeLog:1.137
--- gpgme/doc/ChangeLog:1.136 Thu Apr 28 18:11:34 2005
+++ gpgme/doc/ChangeLog Sat May 28 22:09:20 2005
@@ -1,3 +1,9 @@
+2005-05-28 Marcus Brinkmann <marcus at g10code.de>
+
+ * gpgme.texi (Key Listing Mode): Fix return type of
+ gpgme_set_keylist_mode.
+ Reported by "Sergio" <ml_sergico at virgilio.it>.
+
2005-04-28 Marcus Brinkmann <marcus at g10code.de>
* gpgme.texi (Included Certificates): Document
Index: gpgme/doc/gpgme.texi
diff -u gpgme/doc/gpgme.texi:1.138 gpgme/doc/gpgme.texi:1.139
--- gpgme/doc/gpgme.texi:1.138 Thu Apr 28 18:11:34 2005
+++ gpgme/doc/gpgme.texi Sat May 28 22:09:20 2005
@@ -2061,7 +2061,7 @@
@cindex key listing mode
@cindex key listing, mode of
- at deftypefun void gpgme_set_keylist_mode (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_keylist_mode_t @var{mode}})
+ at 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:
More information about the Gnupg-commits
mailing list