Buddy List Signals

Signals:


buddy-away

void (*buddy_away)(struct buddy *buddy);
Description:
Emitted when a buddy on your buddy list goes away.
Parameters:
buddy The buddy that went away.

buddy-back

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.

buddy-idle

void (*buddy_idle)(struct buddy *buddy);
Description:
Emitted when a buddy on your buddy list becomes idle.
Parameters:
buddy The buddy that became idle.

buddy-unidle

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.

buddy-idle-updated

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.

buddy-signed-on

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.

buddy-signed-off

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.

update-idle

void (*update_idle)();
Description:
Emitted when the buddy list is refreshed and the idle times are updated.

blist-node-extended-menu

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 Feb 18 07:52:50 2007 for gaim by  doxygen 1.5.1