Method

IdeTreeNodeis_root

Declaration

gboolean
ide_tree_node_is_root (
  IdeTreeNode* self
)

Description

Checks if self is the root node, meaning it has no parent.

Available since:3.32

Return value

Returns: gboolean
 

TRUE if self has no parent.