void (*account_away)(GaimAccount *account, const char *state, const char *message);
| account | The account that went away. | |
| state | The away state. | |
| message | The away message. |
void (*account_connecting)(GaimAccount *account);
| account | The account in the process of connecting. |
void (*account_setting_info)(GaimAccount *account, const char *new_info);
| account | The account that the info will be set on. | |
| new_info | The new information to set. |
void (*account_set_info)(GaimAccount *account, const char *new_info);
| account | The account that the info was set on. | |
| new_info | The new information set. |
void (*account_warned)(GaimAccount *account, const char *warner, int level);
| account | The account that was warned. | |
| warner | The screenname of the user that warned the account. | |
| level | The new warning level. |
1.4.4