Signals:
void (*buddy_away)(struct buddy *buddy);
- Description:
Emitted when a buddy on your buddy list goes away. - Parameters:
-
| buddy | The buddy that went away. |
void (*buddy_back)(struct buddy *buddy);
- Description:
Emitted when a buddy on your buddy list comes back from being away. - Parameters:
-
| buddy | The buddy that came back from being away. |
void (*buddy_idle)(struct buddy *buddy);
- Description:
Emitted when a buddy on your buddy list becomes idle. - Parameters:
-
| buddy | The buddy that became idle. |
void (*buddy_unidle)(struct buddy *buddy);
- Description:
Emitted when a buddy on your buddy list returns from being idle. - Parameters:
-
| buddy | The buddy that returned from being idle. |
void (*buddy_idle_updated)(struct buddy *buddy);
- Description:
Emitted when a buddy's idle time changes. The exceptions are when the buddy goes from being idle to being unidle, or from unidle to idle. - Parameters:
-
| buddy | The buddy whose idle time changed. |
void (*buddy_signed_on)(struct buddy *buddy);
- Description:
Emitted when a buddy on your buddy list signs on. - Parameters:
-
| buddy | The buddy that signed on. |
void (*buddy_signed_off)(struct buddy *buddy);
- 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.
void (*blist_node_extended_menu)(GaimBlistNode *node, GList **menu)
- Description:
Emitted when a buddlist menu is being constructed menu is a pointer to a GList of GaimBlistNodeAction's allowing a plugin to add menu items
Generated on Sun Jun 5 18:07:59 2005 for gaim by
1.3.9.1