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