Virtual Method
IdeContextAddinload_project_async
since: 3.32
Declaration
void
load_project_async (
IdeContextAddin* self,
IdeContext* context,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Requests to load a project with the IdeContextAddin.
This function is called when the IdeContext requests loading a project.
Available since: 3.32
Parameters
context-
Type:
IdeContextAn
IdeContext.The data is owned by the caller of the function. cancellable-
Type:
GCancellableA
GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the function. callback-
Type:
GAsyncReadyCallbackA callback to execute upon completion.
user_data-
Type:
gpointerClosure data for
callback.The argument can be NULL.The data is owned by the caller of the function.