GtkBlist Signals

Signals:

See also:
gtkblist.h

gtkblist-hiding

void (*gtkblist-hiding)(PurpleBuddyList *blist);
Description:
Emitted when the buddy list is about to be hidden.
Parameters:
blist The buddy list.

gtkblist-unhiding

void (*gtkblist-unhiding)(PurpleBuddyList *blist);
Description:
Emitted when the buddy list is about to be unhidden.
Parameters:
blist The buddy list.

gtkblist-created

void (*gtkblist-created)(PurpleBuddyList *blist);
Description:
Emitted when the buddy list is created.
Parameters:
blist The buddy list.

drawing-tooltip

void (*drawing-tooltip)(PurpleBlistNode *node, GString *text, gboolean full);
Description:
Emitted just before a tooltip is displayed. text is a standard GString, so the plugin can modify the text that will be displayed.
Note:
Make sure to free *text before you replace it!
Parameters:
node The blist node for the tooltip.
text A pointer to the text that will be displayed.
full Whether we're doing a full tooltip for the priority buddy or a compact tooltip for a non-priority buddy.