Method

IdeTreeNodeget_path

Declaration

GtkTreePath*
ide_tree_node_get_path (
  IdeTreeNode* self
)

Description

Gets the path for the tree node.

Available since:3.32

Return value

Returns: GtkTreePath*
 

A path or NULL.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.