Signal

PurpleAccount::disconnected

unstable since: 3.0

Declaration

void
disconnected (
  PurpleAccount* self,
  gpointer user_data
)

Description [src]

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

The default handler for this will set all of the conversations belonging to the account in the default conversation manager to offline.

Default handler:

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

Available since: 3.0