diff options
author | Werner Koch <[email protected]> | 2005-11-18 16:52:38 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-11-18 16:52:38 +0000 |
commit | 6b24b361ad8311c7a8f3d74ffbaf82a525347018 (patch) | |
tree | 8e63b605899fe4508cdac4727e9de1ba0911810c /doc/gpgme.texi | |
parent | 2005-11-18 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-6b24b361ad8311c7a8f3d74ffbaf82a525347018.tar.gz gpgme-6b24b361ad8311c7a8f3d74ffbaf82a525347018.zip |
GPA does now work with the glib based i/o backend.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 8db505cc..2bb436c5 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -4738,7 +4738,7 @@ decide when to check the file descriptors and when to invoke the callback functions. Usually this is done in an event loop, that also checks for events in other parts of the program. If the callback functions are only called when the file descriptors are ready, -@acronym{GPGME} will never block. This gives the user mroe control +@acronym{GPGME} will never block. This gives the user more control over the program flow, and allows to perform other tasks when @acronym{GPGME} would block otherwise. @@ -4777,7 +4777,7 @@ the return value to be reserved for later use. @deftp {Data type} {gpgme_error_t (*gpgme_register_io_cb_t) (@w{void *@var{data}}, @w{int @var{fd}}, @w{int @var{dir}}, @w{gpgme_io_cb_t @var{fnc}}, @w{void *@var{fnc_data}}, @w{void **@var{tag}})} @tindex gpgme_register_io_cb_t The @code{gpgme_register_io_cb_t} type is the type of functions which can -be called by @acronym{GPGME} to register an I/O callback funtion +be called by @acronym{GPGME} to register an I/O callback function @var{fnc} for the file descriptor @var{fd} with the user. @var{fnc_data} should be passed as the first argument to @var{fnc} when the handler is invoked (the second argument should be @var{fd}). |