Fix bugs in last change.
authorMarcus Brinkmann <mb@g10code.com>
Fri, 6 Dec 2002 22:27:12 +0000 (22:27 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Fri, 6 Dec 2002 22:27:12 +0000 (22:27 +0000)
doc/gpgme.texi

index 7fbeac7dc26003ff497bc6be1c9ca66bf74f9191..6576d6191d427b2461af96c561928bc4daf29c07 100644 (file)
@@ -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.