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 /doc/gpgme.texi | |
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.
Diffstat (limited to '')
-rw-r--r-- | doc/gpgme.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |