Signal
PurpleAccountManager::account-connected
unstable since: 3.0
Declaration
void
account_connected (
PurpleAccountManager* self,
PurpleAccount* account,
gpointer user_data
)
Description [src]
This is a propagation of PurpleAccount::connected
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:
PurpleAccount
The account that was connected.
The data is owned by the caller of the function.