2005-10-01 Marcus Brinkmann <marcus@g10code.de>

* gpgme.texi: Enclose all return parameters of deftypefuns in
	curly brackets.
This commit is contained in:
Marcus Brinkmann 2005-10-01 22:14:40 +00:00
parent 81e5fdfbe6
commit 20f85c2b57
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2005-10-01 Marcus Brinkmann <marcus@g10code.de> 2005-10-01 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi: Enclose all return parameters of deftypefuns in
curly brackets.
* gpgme.texi (Signature Notation Data): New section. * gpgme.texi (Signature Notation Data): New section.
(Verify): Added more about the notation data structure. (Verify): Added more about the notation data structure.

View File

@ -744,7 +744,7 @@ This specifies the Cryptographic Message Syntax.
@end deftp @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 The function @code{gpgme_get_protocol_name} returns a statically
allocated string describing the protocol @var{protocol}, or allocated string describing the protocol @var{protocol}, or
@code{NULL} if the protocol number is not valid. @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, file name
@cindex data buffer, encoding @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 The function @code{gpgme_data_get_file_name} returns a pointer to a
string containing the file name associated with the data object. The string containing the file name associated with the data object. The
file name will be stored in the output when encrypting or signing the file name will be stored in the output when encrypting or signing the