Method

IdeTreeNodeget_nth_child

since: 3.32

Declaration

IdeTreeNode*
ide_tree_node_get_nth_child (
  IdeTreeNode* self,
  guint index_
)

Description

Gets the nth child of the tree node or NULL if it does not exist.

Available since: 3.32

Parameters

index_

Type: guint

The index of the child.

Return value

Type: IdeTreeNode

A IdeTreeNode or NULL.

The data is owned by the instance.
The return value can be NULL.