aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2005-10-01 22:14:40 +0000
committerMarcus Brinkmann <[email protected]>2005-10-01 22:14:40 +0000
commit20f85c2b57483a892d8f71022c3880c9cfa48dae (patch)
treeeff41d8388352fcb89b6b5394ddfccaecd2f5b55
parentPost-release fixup. (diff)
downloadgpgme-20f85c2b57483a892d8f71022c3880c9cfa48dae.tar.gz
gpgme-20f85c2b57483a892d8f71022c3880c9cfa48dae.zip
2005-10-01 Marcus Brinkmann <[email protected]>
* gpgme.texi: Enclose all return parameters of deftypefuns in curly brackets.
-rw-r--r--doc/ChangeLog3
-rw-r--r--doc/gpgme.texi4
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4d227f83..06a49c37 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,8 @@
2005-10-01 Marcus Brinkmann <[email protected]>
+ * gpgme.texi: Enclose all return parameters of deftypefuns in
+ curly brackets.
+
* gpgme.texi (Signature Notation Data): New section.
(Verify): Added more about the notation data structure.
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 1ddf9a07..a4a46c1f 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -744,7 +744,7 @@ This specifies the Cryptographic Message Syntax.
@end deftp
-@deftypefun const char *gpgme_get_protocol_name (@w{gpgme_protocol_t @var{protocol}})
+@deftypefun {const char *} gpgme_get_protocol_name (@w{gpgme_protocol_t @var{protocol}})
The function @code{gpgme_get_protocol_name} returns a statically
allocated string describing the protocol @var{protocol}, or
@code{NULL} if the protocol number is not valid.
@@ -1815,7 +1815,7 @@ The function @code{gpgme_data_rewind} is equivalent to:
@cindex data buffer, file name
@cindex data buffer, encoding
-@deftypefun char *gpgme_data_get_file_name (@w{gpgme_data_t @var{dh}})
+@deftypefun {char *} gpgme_data_get_file_name (@w{gpgme_data_t @var{dh}})
The function @code{gpgme_data_get_file_name} returns a pointer to a
string containing the file name associated with the data object. The
file name will be stored in the output when encrypting or signing the