--- a/pidgin/gtkblist.h Sat Jul 28 20:51:56 2007 +0000 +++ b/pidgin/gtkblist.h Sat Jul 28 20:52:06 2007 +0000 @@ -370,4 +370,21 @@ */ gchar *pidgin_blist_get_name_markup(PurpleBuddy *buddy, gboolean selected, gboolean aliased); +/** + * Creates the Buddy List tooltip at the current pointer location for the given buddy list node. + * + * This tooltip will be destroyed the next time this function is called, or when XXXX + * is called + * + * @param buddy The buddy to show a tooltip for + * @param widget The widget to draw the tooltip on + */ +void pidgin_blist_draw_tooltip(PurpleBlistNode *node, GtkWidget *widget); + +/** + * Destroys the current (if any) Buddy List tooltip + */ +void pidgin_blist_tooltip_destroy(void); + + #endif /* _PIDGINBLIST_H_ */