Method

IdeTreeAddinbuild_children

Declaration

DexFuture*
ide_tree_addin_build_children (
  IdeTreeAddin* self,
  IdeTreeNode* node
)

Description

Returns a future which resolves when the children are built or rejects with failure.

Parameters

node

Type: IdeTreeNode

The node to be built.

The data is owned by the caller of the method.

Return value

Type: DexFuture

A DexFuture.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.