aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-12-06 22:27:12 +0000
committerMarcus Brinkmann <[email protected]>2002-12-06 22:27:12 +0000
commit0f78cb1e66273be9c0f755055862a1de6580ce96 (patch)
treea0795fc7c35c6f4fae6b8859e841db1935416495
parentdoc/ (diff)
downloadgpgme-0f78cb1e66273be9c0f755055862a1de6580ce96.tar.gz
gpgme-0f78cb1e66273be9c0f755055862a1de6580ce96.zip
Fix bugs in last change.
-rw-r--r--doc/gpgme.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 7fbeac7d..6576d619 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -1033,7 +1033,7 @@ error. If an error occurs, @var{errno} should be set to describe the
type of the error.
@end deftp
-@deftp {Data type} {void (*GpgmeDataReleaseCb) (@w{void *@var{handle}})
+@deftp {Data type} {void (*GpgmeDataReleaseCb) (@w{void *@var{handle}})}
@tindex GpgmeDataReleaseCb
The @code{GpgmeDataReleaseCb} type is the type of functions which
@acronym{GPGME} calls if it wants to destroy a user-implemented data
@@ -1050,7 +1050,7 @@ described above. It has the following members:
This is the function called by @acronym{GPGME} to read data from the
data object. It is only required for input data object.
-@item GpgmeDataReadCb write
+@item GpgmeDataWriteCb write
This is the function called by @acronym{GPGME} to write data to the
data object. It is only required for output data object.