Signals:
- Description:
- Emitted when an account is added.
- Parameters:
-
| account | The account that was added. |
- Description:
- This is called when an account is in the process of connecting.
- Parameters:
-
| account | The account in the process of connecting. |
- Description:
- Emitted when an account is removed.
- Parameters:
-
| account | The account that was removed. |
- Description:
- Emitted when an account is disabled.
- Parameters:
-
| account | The account that was disabled. |
- Description:
- Emitted when an account is enabled.
- Parameters:
-
| account | The account that was enabled. |
void (*account_setting_info)(PurpleAccount *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. |
void (*account_set_info)(PurpleAccount *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. |
- Description:
- Emitted when the status of an account changes (after the change).
- Parameters:
-
| account | The account that changed status. |
| old | The status before change. |
| new | The status after change. |
void (*account_alias_changed)(PurpleAccount *account, const char *old);
- Description:
- Emitted when the alias of an account changes (after the change).
- Parameters:
-
| account | The account for which the alias was changed. |
| old | The alias before change. |