Method

IdeTreeNodeget_parent

Declaration

IdeTreeNode*
ide_tree_node_get_parent (
  IdeTreeNode* self
)

Description

Gets the parent node of self.

Available since:3.32

Return value

Returns: IdeTreeNode
 

A IdeTreeNode or NULL.

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