diff pidgin/gtkutils.h @ 19684:f3e0b1221765

This will silence a few warnings when building the Doxygen docs.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 08 Sep 2007 22:41:31 +0000
parents 44b4e8bd759b
children a2b4eac83902
line wrap: on
line diff
--- a/pidgin/gtkutils.h	Sat Sep 08 20:43:59 2007 +0000
+++ b/pidgin/gtkutils.h	Sat Sep 08 22:41:31 2007 +0000
@@ -311,7 +311,7 @@
  * The default filter function for screenname autocomplete.
  *
  * @param completion_entry The completion entry to filter.
- * @param online_accounts  If this is @c FALSE, only the autocompletion entries
+ * @param all_accounts  If this is @c FALSE, only the autocompletion entries
  *                         which belong to an online account will be filtered.
  * @return Returns @c TRUE if the autocompletion entry is filtered.
  */
@@ -435,7 +435,7 @@
  * @param y Address of the gint representing the vertical position
  *        where the menu shall be drawn. This is an output parameter.
  * @param push_in This is an output parameter?
- * @param user_data Not used by this particular position function.
+ * @param data Not used by this particular position function.
  */
 void pidgin_menu_position_func_helper(GtkMenu *menu, gint *x, gint *y,
 										gboolean *push_in, gpointer data);