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 GAsyncResult.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if successful; otherwise FALSE and error is set.