[svn] gpgme - r1117 - trunk/doc

svn author marcus cvs at cvs.gnupg.org
Sun Oct 2 00:14:41 CEST 2005


Author: marcus
Date: 2005-10-02 00:14:40 +0200 (Sun, 02 Oct 2005)
New Revision: 1117

Modified:
   trunk/doc/ChangeLog
   trunk/doc/gpgme.texi
Log:
2005-10-01  Marcus Brinkmann  <marcus at g10code.de>

	* gpgme.texi: Enclose all return parameters of deftypefuns in
	curly brackets.


Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2005-10-01 21:58:29 UTC (rev 1116)
+++ trunk/doc/ChangeLog	2005-10-01 22:14:40 UTC (rev 1117)
@@ -1,5 +1,8 @@
 2005-10-01  Marcus Brinkmann  <marcus at g10code.de>
 
+	* 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.
 

Modified: trunk/doc/gpgme.texi
===================================================================
--- trunk/doc/gpgme.texi	2005-10-01 21:58:29 UTC (rev 1116)
+++ trunk/doc/gpgme.texi	2005-10-01 22:14:40 UTC (rev 1117)
@@ -744,7 +744,7 @@
 @end deftp
 
 
- at deftypefun const char *gpgme_get_protocol_name (@w{gpgme_protocol_t @var{protocol}})
+ at 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 @@
 @cindex data buffer, file name
 @cindex data buffer, encoding
 
- at deftypefun char *gpgme_data_get_file_name (@w{gpgme_data_t @var{dh}})
+ at 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




More information about the Gnupg-commits mailing list