GActionGroupInterface

The virtual function table for GActionGroup. GTypeInterface g_iface; has_action () the virtual function pointer for g_action_group_has_action() list_actions () the virtual function pointer for g_action_group_list_actions() get_action_enabled () the virtual function pointer for g_action_group_get_action_enabled() get_action_parameter_type () the virtual function pointer for g_action_group_get_action_parameter_type() get_action_state_type () the virtual function pointer for g_action_group_get_action_state_type() get_action_state_hint () the virtual function pointer for g_action_group_get_action_state_hint() get_action_state () the virtual function pointer for g_action_group_get_action_state() change_action_state () the virtual function pointer for g_action_group_change_action_state() activate_action () the virtual function pointer for g_action_group_activate_action() action_added () the class closure for the "action-added" signal action_removed () the class closure for the "action-removed" signal action_enabled_changed () the class closure for the "action-enabled-changed" signal action_state_changed () the class closure for the "action-enabled-changed" signal query_action () the virtual function pointer for g_action_group_query_action() Since 2.28

Members

Variables

actionAdded
void function(GActionGroup* actionGroup, char* actionName) actionAdded;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
actionEnabledChanged
void function(GActionGroup* actionGroup, char* actionName, int enabled) actionEnabledChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
actionRemoved
void function(GActionGroup* actionGroup, char* actionName) actionRemoved;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
actionStateChanged
void function(GActionGroup* actionGroup, char* actionName, GVariant* state) actionStateChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
activateAction
void function(GActionGroup* actionGroup, char* actionName, GVariant* parameter) activateAction;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
changeActionState
void function(GActionGroup* actionGroup, char* actionName, GVariant* value) changeActionState;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gIface
GTypeInterface gIface;
Undocumented in source.
getActionEnabled
int function(GActionGroup* actionGroup, char* actionName) getActionEnabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getActionParameterType
GVariantType* function(GActionGroup* actionGroup, char* actionName) getActionParameterType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getActionState
GVariant* function(GActionGroup* actionGroup, char* actionName) getActionState;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getActionStateHint
GVariant* function(GActionGroup* actionGroup, char* actionName) getActionStateHint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getActionStateType
GVariantType* function(GActionGroup* actionGroup, char* actionName) getActionStateType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hasAction
int function(GActionGroup* actionGroup, char* actionName) hasAction;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
listActions
char** function(GActionGroup* actionGroup) listActions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
queryAction
int function(GActionGroup* actionGroup, char* actionName, int* enabled, GVariantType** parameterType, GVariantType** stateType, GVariant** stateHint, GVariant** state) queryAction;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta