Signal
PurpleAccountManager::account-disconnected
unstable since: 3.0
Declaration
void
account_disconnected (
PurpleAccountManager* self,
PurpleAccount* account,
gpointer user_data
)
Description [src]
This is a propagation of PurpleAccount::disconnected signal.
This means that your callback will be called for any account that
manager knows about.
| Default handler: The default handler is called after the handlers added via |
| The signal can be detailed |
| Available since: 3.0 |
Parameters
account-
Type:
PurpleAccountThe account that was disconnected.
The data is owned by the caller of the function.