get_indices
Description:
[ CCode ( array_length_pos = 0.1 , cname = "gtk_tree_path_get_indices_with_depth" ) ]
public unowned int[]? get_indices ()
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.
Parameters:
this |
a `GtkTreePath` |
depth |
return location for number of elements returned in the integer array |
Returns:
The current indices |