Interface
FoundryGtkShortcutProvider
Prerequisite
In order to implement ShortcutProvider, your type must inherit fromFoundryContextual.
Interface structure
struct FoundryGtkShortcutProviderInterface {
GTypeInterface parent_iface;
GListModel* (* list_shortcuts) (
FoundryShortcutProvider* self
);
}
No description available.
Interface members
parent_iface |
|
No description available. |
|
list_shortcuts |
|
No description available. |