Signal

IbisFeatures::changed

since: 0.4

Declaration

void
changed (
  IbisFeatures* self,
  gchar* feature,
  gpointer user_data
)

Description [src]

Emitted when a feature changes.

This signal supports details so you can connect to it with something like changed::chantypes so your callback is only called if the chantypes feature changed.

Note: This will also be called when a feature is removed.

Default handler:

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

The signal can be detailed
Available since: 0.4

Parameters

feature

Type: gchar*

The name of the feature that changed.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.