Method

IdeTreeNodeget_parent

Declaration

IdeTreeNode*
ide_tree_node_get_parent (
  IdeTreeNode* self
)

Description

Gets the parent node, if any.

Gets propertyIde.TreeNode:parent

Return value

Type: IdeTreeNode

An IdeTreeNode or NULL.

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