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. |
- Description:
- Emitted to allow plugins to handle markup within a buddy's name or to override the default of no formatting for names shown in the buddy list.
- Parameters:
-
| buddy | A pointer to the PurpleBuddy that will be displayed. |
- Returns:
- The text to display (must be allocated), or
NULL
if no changes to the default behavior are desired.