Virtual Method

IdeTreeAddinbuild_children_finish

Declaration

gboolean
build_children_finish (
  IdeTreeAddin* self,
  GAsyncResult* result,
  GError** error
)

Description

Completes an asynchronous request to ide_tree_addin_build_children_async().

Available since:3.32

Parameters

result GAsyncResult*
 

Result given to callback in ide_tree_addin_build_children_async()

 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.