FoundryGtk.ShortcutProvider

g FoundryGtk.ShortcutProvider FoundryGtk.ShortcutProvider GObject.GInterface GObject.GInterface GObject.GInterface->FoundryGtk.ShortcutProvider

Implementations:

None

Methods

list_shortcuts ()

Virtual Methods

do_list_shortcuts ()

Properties

None

Signals

None

Fields

None

Class Details

class FoundryGtk.ShortcutProvider
Bases:

GObject.GInterface

Structure:

FoundryGtk.ShortcutProviderInterface

list_shortcuts()
Returns:

A Gio.ListModel of Gtk.Shortcut

Return type:

Gio.ListModel

Gets a Gio.ListModel of Gtk.Shortcut.

This function should return a Gio.ListModel of Gtk.Shortcut that are updated as necessary by the plugin. This list model is used to activate shortcuts based on user input and allows more control by plugins over when and how shortcuts may activate.

do_list_shortcuts() virtual
Returns:

A Gio.ListModel of Gtk.Shortcut

Return type:

Gio.ListModel

Gets a Gio.ListModel of Gtk.Shortcut.

This function should return a Gio.ListModel of Gtk.Shortcut that are updated as necessary by the plugin. This list model is used to activate shortcuts based on user input and allows more control by plugins over when and how shortcuts may activate.