Signals:
- See also:
- blist.h
void (*buddy_away)(PurpleBuddy *buddy, PurpleStatus *old_status, PurpleStatus *status);
- Description:
- Emitted when a buddy on your buddy list goes away.
- Parameters:
-
| buddy | The buddy whose status changed. |
| old_status | The status that the buddy just changed from. |
| status | The status that the buddy just changed to. |
void (*buddy_idle)(PurpleBuddy *buddy, gboolean old_idle, gboolean idle);
- Description:
- Emitted when a buddy on your buddy list becomes idle.
- Parameters:
-
| buddy | The buddy whose idle status changed. |
| old_idle | Whether the buddy was idle. |
| idle | Whether the buddy is currently idle. |
- Description:
- Emitted when a buddy on your buddy list signs on.
- Parameters:
-
| buddy | The buddy that signed on. |
- Description:
- Emitted when a buddy on your buddy list signs off.
- Parameters:
-
| buddy | The buddy that signed off. |
- Description:
- Emitted when the buddy list is refreshed and the idle times are updated.
- Description:
- Emitted when a buddlist menu is being constructed menu is a pointer to a GList of PurpleBlistNodeAction's allowing a plugin to add menu items
- Description:
- Emitted when a new buddy is added to the buddy list.
- Description:
- Emitted when a buddy is removed from the buddy list.
- Description:
- Emitted when a buddy's icon is set.
- Description:
- Emitted when a blist node (buddy, chat, or contact) is aliased.