Signal
PurpleAccount::setting-changed
unstable since: 3.0
[−]
Description [src]
The ::setting-changed signal is emitted whenever an account setting is changed.
This signal supports details, so you can be notified when a single
setting changes. For example, say there’s a setting named foo
,
connecting to setting-changed::foo
will only be called when the foo
setting is changed.
Default handler: The default handler is called after the handlers added via |
The signal can be detailed |
Available since: 3.0 |
[−]
Parameters
name
-
Type:
gchar*
The name of the setting that changed.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.