- actionAdded
void function(GActionGroup* actionGroup, const(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, const(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, const(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, const(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, const(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, const(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, const(char)* actionName) getActionEnabled;
- getActionParameterType
GVariantType* function(GActionGroup* actionGroup, const(char)* actionName) getActionParameterType;
- getActionState
GVariant* function(GActionGroup* actionGroup, const(char)* actionName) getActionState;
- getActionStateHint
GVariant* function(GActionGroup* actionGroup, const(char)* actionName) getActionStateHint;
- getActionStateType
GVariantType* function(GActionGroup* actionGroup, const(char)* actionName) getActionStateType;
- hasAction
int function(GActionGroup* actionGroup, const(char)* actionName) hasAction;
- listActions
char** function(GActionGroup* actionGroup) listActions;
- queryAction
int function(GActionGroup* actionGroup, const(char)* actionName, int* enabled, GVariantType** parameterType, GVariantType** stateType, GVariant** stateHint, GVariant** state) queryAction;
The virtual function table for #GActionGroup.