src/gtkutils.h

changeset 6720
cdc5348dd848
parent 6646
b9a0b5eb74e6
child 7078
0d63d673f170
--- a/src/gtkutils.h	Wed Sep 03 04:49:24 2003 +0000
+++ b/src/gtkutils.h	Wed Sep 03 05:21:04 2003 +0000
@@ -77,8 +77,8 @@
 /**
  * Surrounds the selected text with the specified font.
  *
- * @param conv The conversation.
- * @param font The new font.
+ * @param gtkconv The GTK+ conversation.
+ * @param font    The new font.
  */
 void gaim_gtk_set_font_face(GaimGtkConversation *gtkconv,
 							const char *font);
@@ -129,8 +129,8 @@
 /**
  * Toggles the sensitivity of all widgets in a pointer array.
  *
- * @param widget    @c NULL. Used for signal handlers.
- * @param to_toggle The array containing the widgets to toggle.
+ * @param w    @c NULL. Used for signal handlers.
+ * @param data The array containing the widgets to toggle.
  */
 void gtk_toggle_sensitive_array(GtkWidget *w, GPtrArray *data);
 
@@ -200,7 +200,7 @@
 /**
  * Creates a toolbar button with the stock icon.
  *
- * @param icon  The stock icon name.
+ * @param stock The stock icon name.
  *
  * @return The button.
  */

mercurial