Signal

GioActionGroup::action-enabled-changed

since: 2.28

Declaration

void
action_enabled_changed (
  GActionGroup* self,
  gchar* action_name,
  gboolean enabled,
  gpointer user_data
)

Description

Signals that the enabled status of the named action has changed.

Default handler:

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

The signal can be detailed
Available since: 2.28

Parameters

action_name

Type: gchar*

The name of the action in action_group.

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

Type: gboolean

Whether the action is enabled.