GActionMapInterface

The virtual function table for GActionMap. GTypeInterface g_iface; lookup_action () the virtual function pointer for g_action_map_lookup_action() add_action () the virtual function pointer for g_action_map_add_action() remove_action () the virtual function pointer for g_action_map_remove_action() Since 2.32

Members

Variables

addAction
void function(GActionMap* actionMap, GAction* action) addAction;
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.
lookupAction
GAction* function(GActionMap* actionMap, char* actionName) lookupAction;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
removeAction
void function(GActionMap* actionMap, char* actionName) removeAction;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta