GActionInterface

The virtual function table for #GAction.

Members

Variables

activate
void function(GAction* action, VariantC* parameter) activate;

the virtual function pointer for gio.action.Action.activate. Note that #GAction does not have an 'activate' signal but that implementations of it may have one.

changeState
void function(GAction* action, VariantC* value) changeState;

the virtual function pointer for gio.action.Action.changeState

gIface
GTypeInterface gIface;
getEnabled
bool function(GAction* action) getEnabled;

the virtual function pointer for gio.action.Action.getEnabled

getName
const(char)* function(GAction* action) getName;

the virtual function pointer for gio.action.Action.getName

getParameterType
const(GVariantType)* function(GAction* action) getParameterType;

the virtual function pointer for gio.action.Action.getParameterType

getState
VariantC* function(GAction* action) getState;

the virtual function pointer for gio.action.Action.getState

getStateHint
VariantC* function(GAction* action) getStateHint;

the virtual function pointer for gio.action.Action.getStateHint

getStateType
const(GVariantType)* function(GAction* action) getStateType;

the virtual function pointer for gio.action.Action.getStateType