Method

IdeTreeModelget_root

since: 3.32

Declaration

IdeTreeNode*
ide_tree_model_get_root (
  IdeTreeModel* self
)

Description

Gets the root IdeTreeNode. This node is never visualized in the tree, but is used to build the immediate children which are displayed in the tree.

Available since: 3.32

Gets propertyIde.TreeModel:root

Return value

Type: IdeTreeNode

An IdeTreeNode.

The data is owned by the instance.