Signal

PurpleAccountManager::added

since: 3.0

Declaration

void
added (
  PurpleAccountManager* self,
  PurpleAccount* account,
  gpointer user_data
)

Description [src]

Emitted after account was added to manager.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0

Parameters

account

Type: PurpleAccount

The account that was added.

The data is owned by the caller of the function.