diff options
author | Marcus Brinkmann <[email protected]> | 2003-07-08 17:22:44 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-07-08 17:22:44 +0000 |
commit | 3dc6488caebaea6592ca55cd7d7eeddbc7d9b533 (patch) | |
tree | ff322ab3e2d1bccd20da202ebd9fc8619bbd7ef2 | |
parent | 2003-07-08 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-3dc6488caebaea6592ca55cd7d7eeddbc7d9b533.tar.gz gpgme-3dc6488caebaea6592ca55cd7d7eeddbc7d9b533.zip |
2003-07-08 Marcus Brinkmann <[email protected]>
* gpgme.texi (Progress Meter Callback): Change return type of
gpgme_progress_cb_t to void.
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpgme.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 657e64c3..ea613bb1 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-07-08 Marcus Brinkmann <[email protected]> + + * gpgme.texi (Progress Meter Callback): Change return type of + gpgme_progress_cb_t to void. + 2003-06-22 Marcus Brinkmann <[email protected]> * gpgme.texi: Add 2003 to copyright notice. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 119151d8..abf4194c 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -1939,7 +1939,7 @@ the corresponding value will not be returned. @cindex callback, progress meter @cindex progress meter callback -@deftp {Data type} {const char *(*gpgme_progress_cb_t)(void *@var{hook}, const char *@var{what}, int @var{type}, int @var{current}, int @var{total})} +@deftp {Data type} {void (*gpgme_progress_cb_t)(void *@var{hook}, const char *@var{what}, int @var{type}, int @var{current}, int @var{total})} @tindex gpgme_progress_cb_t The @code{gpgme_progress_cb_t} type is the type of functions usable as progress callback function. |