Method

IdeTreeNodeget_first_child

Declaration

IdeTreeNode*
ide_tree_node_get_first_child (
  IdeTreeNode* self
)

Description

Gets the first child of self.

Return value

Type: IdeTreeNode

A IdeTreeNode or NULL.

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