Method
GtkTreePathget_indices
Declaration [src]
gint*
gtk_tree_path_get_indices (
GtkTreePath* path
)
Description [src]
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().
This method is not directly available to language bindings.
The implementation of this method is provided by gtk_tree_path_get_indices_with_depth()
in language bindings.