diff src/log.h @ 9000:b540c735a6ad

[gaim-migrate @ 9775] " There were a bunch of warnings while running make docs, this cleans that up and adds documentation for gtkblist signals, gtkconv signals, and gtkimhtml signals. This patch is a tarball of the patch itself and the three new files for the signal documentation." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 21 May 2004 19:09:38 +0000
parents de87e510ff9a
children db62420a53a2
line wrap: on
line diff
--- a/src/log.h	Fri May 21 14:33:32 2004 +0000
+++ b/src/log.h	Fri May 21 19:09:38 2004 +0000
@@ -55,6 +55,7 @@
  * This struct gets filled out and is included in the GaimLog.  It contains everything
  * needed to write and read from logs.
  */
+/*@{*/
 struct _GaimLogLogger {
 	char *name;               /**< The logger's name */
 	char *id;                 /**< an identifier to refer to this logger */
@@ -191,6 +192,7 @@
 	/**
 	 * Returns the size, in bytes, of all available logs in this conversation
 	 *
+	 * @param type                The type of the log
 	 * @param name                The name of the log
 	 * @param account             The account
 	 * @return                    The size in bytes
@@ -284,4 +286,3 @@
 #endif
 
 #endif /* _GAIM_LOG_H_ */
-