API Version: 47
Library Version: 47
Generated by gi-docgen 2023.3
interface Ide.ShortcutProvider : Ide.Object
In order to implement ShortcutProvider, your type must inherit fromIdeObject.
IdeObject
Gets a GListModel of GtkShortcut.
GListModel
GtkShortcut
struct IdeShortcutProviderInterface { GTypeInterface parent_iface; GListModel* (* list_shortcuts) ( IdeShortcutProvider* self ); }
parent_iface
GTypeInterface
list_shortcuts
GListModel* (* list_shortcuts) ( IdeShortcutProvider* self )
Content