comparison pidgin/gtkblist.h @ 19685: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 6bf32c9e15a7
comparison
equal deleted inserted replaced
19684:8021fe1e2a63 19685:f3e0b1221765
376 * Creates the Buddy List tooltip at the current pointer location for the given buddy list node. 376 * Creates the Buddy List tooltip at the current pointer location for the given buddy list node.
377 * 377 *
378 * This tooltip will be destroyed the next time this function is called, or when XXXX 378 * This tooltip will be destroyed the next time this function is called, or when XXXX
379 * is called 379 * is called
380 * 380 *
381 * @param buddy The buddy to show a tooltip for 381 * @param node The buddy list node to show a tooltip for
382 * @param widget The widget to draw the tooltip on 382 * @param widget The widget to draw the tooltip on
383 */ 383 */
384 void pidgin_blist_draw_tooltip(PurpleBlistNode *node, GtkWidget *widget); 384 void pidgin_blist_draw_tooltip(PurpleBlistNode *node, GtkWidget *widget);
385 385
386 /** 386 /**