Interface
IdeRunCommandProvider
Prerequisite
In order to implement RunCommandProvider, your type must inherit fromIdeObject
.
Interface structure
struct IdeRunCommandProviderInterface {
GTypeInterface parent_iface;
void (* invalidated) (
IdeRunCommandProvider* self
);
void (* list_commands_async) (
IdeRunCommandProvider* self,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
);
GListModel* (* list_commands_finish) (
IdeRunCommandProvider* self,
GAsyncResult* result,
GError** error
);
}
No description available.
Interface members
parent_iface |
|
No description available. | |
invalidated |
|
No description available. | |
list_commands_async |
|
No description available. | |
list_commands_finish |
|
No description available. |