Signal

PurpleAccountSettings::setting-changed

unstable since: 3.0

Declaration

void
setting_changed (
  PurpleAccountSettings* self,
  PurpleAccountSetting* setting,
  gpointer user_data
)

Description [src]

This signal propagates the PurpleAccountSetting::changed signal for any PurpleAccountSetting that the object knows about.

Default handler:

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

Available since: 3.0

Parameters

setting

Type: PurpleAccountSetting

The setting changed.

The data is owned by the caller of the function.