Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkshortcutmanager.h>
Data Fields | |
GTypeInterface | g_iface |
void(* | add_controller )(GtkShortcutManager *self, GtkShortcutController *controller) |
void(* | remove_controller )(GtkShortcutManager *self, GtkShortcutController *controller) |
GtkShortcutManagerInterface: @add_controller: Add a GtkShortcutController
to be managed. @remove_controller: Remove a GtkShortcutController
that had previously been added
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.
Definition at line 48 of file gtkshortcutmanager.h.
void(* _GtkShortcutManagerInterface::add_controller) (GtkShortcutManager *self, GtkShortcutController *controller) |
Definition at line 54 of file gtkshortcutmanager.h.
GTypeInterface _GtkShortcutManagerInterface::g_iface |
Definition at line 51 of file gtkshortcutmanager.h.
void(* _GtkShortcutManagerInterface::remove_controller) (GtkShortcutManager *self, GtkShortcutController *controller) |
Definition at line 56 of file gtkshortcutmanager.h.