void (*gtkblist-hiding)(PurpleBuddyList *blist);
blist | The buddy list. |
void (*gtkblist-unhiding)(PurpleBuddyList *blist);
blist | The buddy list. |
void (*gtkblist-created)(PurpleBuddyList *blist);
blist | The buddy list. |
void (*drawing-tooltip)(PurpleBlistNode *node, GString *text, gboolean full);
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. |