Signals:
- See also:
- gtkblist.h
- Description:
- Emitted when the buddy list is about to be hidden.
- Parameters:
-
- Description:
- Emitted when the buddy list is about to be unhidden.
- Parameters:
-
- Description:
- Emitted when the buddy list is created.
- Parameters:
-
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. |