diff src/roomlist.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 19885cb8a24c
children 7ab20f829190
line wrap: on
line diff
--- a/src/roomlist.h	Fri May 21 14:33:32 2004 +0000
+++ b/src/roomlist.h	Fri May 21 19:09:38 2004 +0000
@@ -219,10 +219,10 @@
  * On some protocols, the rooms in the category
  * won't be fetched until this is called.
  *
- * @param list The room list.
- * @param room The category that was expanded. The expression
- *             (category->type & GAIM_ROOMLIST_ROOMTYPE_CATEGORY)
- *             must be true.
+ * @param list     The room list.
+ * @param category The category that was expanded. The expression
+ *                 (category->type & GAIM_ROOMLIST_ROOMTYPE_CATEGORY)
+ *                 must be true.
  */
 void gaim_roomlist_expand_category(GaimRoomlist *list, GaimRoomlistRoom *category);
 
@@ -272,9 +272,10 @@
 /**
  * Creates a new field.
  *
- * @param type The type of the field.
- * @param label The i18n'ed, user displayable name.
- * @param name The internal name of the field.
+ * @param type   The type of the field.
+ * @param label  The i18n'ed, user displayable name.
+ * @param name   The internal name of the field.
+ * @param hidden Hide the field.
  *
  * @return A new GaimRoomlistField, ready to be added to a GList and passed to
  *         gaim_roomlist_set_fields().