comparison 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
comparison
equal deleted inserted replaced
19683:8021fe1e2a63 19684:f3e0b1221765
309 309
310 /** 310 /**
311 * The default filter function for screenname autocomplete. 311 * The default filter function for screenname autocomplete.
312 * 312 *
313 * @param completion_entry The completion entry to filter. 313 * @param completion_entry The completion entry to filter.
314 * @param online_accounts If this is @c FALSE, only the autocompletion entries 314 * @param all_accounts If this is @c FALSE, only the autocompletion entries
315 * which belong to an online account will be filtered. 315 * which belong to an online account will be filtered.
316 * @return Returns @c TRUE if the autocompletion entry is filtered. 316 * @return Returns @c TRUE if the autocompletion entry is filtered.
317 */ 317 */
318 gboolean pidgin_screenname_autocomplete_default_filter(const PidginBuddyCompletionEntry *completion_entry, gpointer all_accounts); 318 gboolean pidgin_screenname_autocomplete_default_filter(const PidginBuddyCompletionEntry *completion_entry, gpointer all_accounts);
319 319
433 * @param x Address of the gint representing the horizontal position 433 * @param x Address of the gint representing the horizontal position
434 * where the menu shall be drawn. This is an output parameter. 434 * where the menu shall be drawn. This is an output parameter.
435 * @param y Address of the gint representing the vertical position 435 * @param y Address of the gint representing the vertical position
436 * where the menu shall be drawn. This is an output parameter. 436 * where the menu shall be drawn. This is an output parameter.
437 * @param push_in This is an output parameter? 437 * @param push_in This is an output parameter?
438 * @param user_data Not used by this particular position function. 438 * @param data Not used by this particular position function.
439 */ 439 */
440 void pidgin_menu_position_func_helper(GtkMenu *menu, gint *x, gint *y, 440 void pidgin_menu_position_func_helper(GtkMenu *menu, gint *x, gint *y,
441 gboolean *push_in, gpointer data); 441 gboolean *push_in, gpointer data);
442 442
443 /** 443 /**