Method
GioActionGroupget_action_enabled
since: 2.28
Declaration [src]
gboolean
g_action_group_get_action_enabled (
GActionGroup* action_group,
const gchar* action_name
)
Description [src]
Checks if the named action within action_group
is currently enabled.
An action must be enabled in order to be activated or in order to have its state changed from outside callers.
Available since: 2.28