Method

IdeTreeget_root

Declaration

IdeTreeNode*
ide_tree_get_root (
  IdeTree* self
)

Description

Gets the root node.

Gets propertyIde.Tree:root

Return value

Type: IdeTreeNode

An IdeTreeNode or NULL.

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