TreePath.getIndices

Returns the current indices of @path.

This is an array of integers, each representing a node in a tree. This value should not be freed.

The length of the array can be obtained with gtk_tree_path_get_depth().

class TreePath
int*
getIndices
()

Return Value

Type: int*

The current indices, or %NULL

Meta