Signal

PurpleAccount::connected

unstable since: 3.0

Declaration

void
connected (
  PurpleAccount* self,
  gpointer user_data
)

Description [src]

This signal is emitted when the PurpleAccount:connection-state has changed to PURPLE_CONNECTION_STATE_CONNECTED.

The default handler for this will call Purple.ProtocolConversationInterface.refresh for each conversation in the default conversation manager that belongs to this account.

Default handler:

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

Available since: 3.0