Signal

PurpleAccountManager::account-disconnected

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 g_signal_connect().

The signal can be detailed
Available since: 3.0

Parameters

account

Type: PurpleAccount

The account that was disconnected.

The data is owned by the caller of the function.