Signal

PurpleAccount::setting-changed

unstable since: 3.0

Declaration

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

Description [src]

This signal is emitted to propagate the PurpleAccountSettings::setting-changed signal.

Default handler:

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

Available since: 3.0

Parameters

settings

Type: PurpleAccountSettings

The settings instance.

The data is owned by the caller of the function.
setting

Type: PurpleAccountSetting

The setting that changed.

The data is owned by the caller of the function.