Virtual Method
IdeContextAddinload_project_finish
Declaration
gboolean
load_project_finish (
IdeContextAddin* self,
GAsyncResult* result,
GError** error
)
Description
Completes a request to load a project with the IdeContextAddin
.
This function will be called from the callback provided to ide_context_addin_load_project_async().
Available since: | 3.32 |
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |