GtkShortcutManagerInterface

The list of functions that can be implemented for the #GtkShortcutManager interface.

Note that no function is mandatory to implement, the default implementation will work fine.

Members

Variables

addController
void function(GtkShortcutManager* self, GtkShortcutController* controller) addController;
gIface
GTypeInterface gIface;
Undocumented in source.
removeController
void function(GtkShortcutManager* self, GtkShortcutController* controller) removeController;

Meta