Signal

PurpleAccount::connection-state-changed

unstable since: 3.0

Declaration

void
connection_state_changed (
  PurpleAccount* self,
  PurpleConnectionState new_state,
  PurpleConnectionState old_state,
  gpointer user_data
)

Description [src]

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

Default handler:

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

Available since: 3.0

Parameters

new_state

Type: PurpleConnectionState

The new connection state.

old_state

Type: PurpleConnectionState

The old connection state.