Signal

PurpleAccount::setting-changed

since: 3.0

Declaration

void
setting_changed (
  PurpleAccount* self,
  gchar* name,
  gpointer user_data
)

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 g_signal_connect().

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.