Method

IdeTreeNodeget_path

since: 3.32

Declaration

GtkTreePath*
ide_tree_node_get_path (
  IdeTreeNode* self
)

Description

Gets the path for the tree node.

Available since: 3.32

Return value

Type: 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.