GtkShortcutManagerInterface

The list of functions that can be implemented for the gtk.shortcut_manager.ShortcutManager 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;

Add a gtk.shortcut_controller.ShortcutController to be managed.

gIface
GTypeInterface gIface;
removeController
void function(GtkShortcutManager* self, GtkShortcutController* controller) removeController;

Remove a gtk.shortcut_controller.ShortcutController that had previously been added