[ CCode ( array_length_pos = 0.1 , cname = "gtk_tree_path_get_indices_with_depth" ) ]
[ Version ( since = "3.0" ) ]
public unowned int[] get_indices ()
Returns the current indices of this.
This is an array of integers, each representing a node in a tree. It also returns the number of elements in the array. The array should not be freed.
this |
a TreePath-struct |
depth |
return location for number of elements returned in the integer array, or null |
The current indices, or null |