From 7d3e3fd37269b4fb7f523460b617b5cbd8f9f40b Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sat, 1 Oct 2005 22:14:40 +0000 Subject: [PATCH] 2005-10-01 Marcus Brinkmann * gpgme.texi: Enclose all return parameters of deftypefuns in curly brackets. --- trunk/doc/ChangeLog | 3 +++ trunk/doc/gpgme.texi | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/trunk/doc/ChangeLog b/trunk/doc/ChangeLog index 4d227f8..06a49c3 100644 --- a/trunk/doc/ChangeLog +++ b/trunk/doc/ChangeLog @@ -1,5 +1,8 @@ 2005-10-01 Marcus Brinkmann + * 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/trunk/doc/gpgme.texi b/trunk/doc/gpgme.texi index 1ddf9a0..a4a46c1 100644 --- a/trunk/doc/gpgme.texi +++ b/trunk/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 -- 2.26.2