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 |
| Available since: 3.0 |
Parameters
settings-
Type:
PurpleAccountSettingsThe settings instance.
The data is owned by the caller of the function. setting-
Type:
PurpleAccountSettingThe setting that changed.
The data is owned by the caller of the function.