Interface

IdeShortcutProvider

Description

interface Ide.ShortcutProvider : Ide.Object
No description available.

Prerequisite

In order to implement ShortcutProvider, your type must inherit fromIdeObject.

Instance methods

ide_shortcut_provider_list_shortcuts

Gets a GListModel of GtkShortcut.

Interface structure

struct IdeShortcutProviderInterface {
  GTypeInterface parent_iface;
  GListModel* (* list_shortcuts) (
    IdeShortcutProvider* self
  );
  
}
No description available.
Interface members
parent_iface
GTypeInterface
 No description available.
list_shortcuts
GListModel* (* list_shortcuts) (
    IdeShortcutProvider* self
  )
 No description available.

Virtual methods

Ide.ShortcutProvider.list_shortcuts

Gets a GListModel of GtkShortcut.