Method
IdeContextAddinload_project_async
since: 3.32
Declaration
void
ide_context_addin_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:
IdeContext
An
IdeContext
.The data is owned by the caller of the function. cancellable
-
Type:
GCancellable
A
GCancellable
orNULL
.The argument can be NULL
.The data is owned by the caller of the function. callback
-
Type:
GAsyncReadyCallback
A callback to execute upon completion.
The argument can be NULL
. user_data
-
Type:
gpointer
Closure data for
callback
.The argument can be NULL
.The data is owned by the caller of the function.