GActionInterface

The virtual function table for GAction. GTypeInterface g_iface; get_name () the virtual function pointer for g_action_get_name() get_parameter_type () the virtual function pointer for g_action_get_parameter_type() get_state_type () the virtual function pointer for g_action_get_state_type() get_state_hint () the virtual function pointer for g_action_get_state_hint() get_enabled () the virtual function pointer for g_action_get_enabled() get_state () the virtual function pointer for g_action_get_state() change_state () the virtual function pointer for g_action_change_state() activate () the virtual function pointer for g_action_activate(). Note that GAction does not have an 'activate' signal but that implementations of it may have one. Since 2.28

Members

Variables

activate
void function(GAction* action, GVariant* parameter) activate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
changeState
void function(GAction* action, GVariant* value) changeState;
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.
getEnabled
int function(GAction* action) getEnabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getName
char* function(GAction* action) getName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getParameterType
GVariantType* function(GAction* action) getParameterType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getState
GVariant* function(GAction* action) getState;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getStateHint
GVariant* function(GAction* action) getStateHint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getStateType
GVariantType* function(GAction* action) getStateType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta