Account Signals

Signals:


account-away

void (*account_away)(GaimAccount *account, const char *state, const char *message);
Description:
Emitted when an account goes away.
Parameters:
account The account that went away.
state The away state.
message The away message.

account-connecting

void (*account_connecting)(GaimAccount *account);
Description:
This is called when an account is in the process of connecting.
Parameters:
account The account in the process of connecting.

account-setting-info

void (*account_setting_info)(GaimAccount *account, const char *new_info);
Description:
Emitted when a user is about to send his new user info, or profile, to the server.
Parameters:
account The account that the info will be set on.
new_info The new information to set.

account-set-info

void (*account_set_info)(GaimAccount *account, const char *new_info);
Description:
Emitted when a user sent his new user info, or profile, to the server.
Parameters:
account The account that the info was set on.
new_info The new information set.

account-warned

void (*account_warned)(GaimAccount *account, const char *warner, int level);
Description:
Emitted when an account got warned.
Parameters:
account The account that was warned.
warner The screenname of the user that warned the account.
level The new warning level.

Generated on Sun Feb 18 07:51:36 2007 for gaim by  doxygen 1.5.1