Function
GtkTreePathnew_from_indicesv
Declaration [src]
GtkTreePath*
gtk_tree_path_new_from_indicesv (
  int* indices,
  gsize length
)
Description [src]
Creates a new path with the given indices array of length.
This method is renamed to () in language bindings
Parameters
- indices
- 
            Type: An array of intArray of indices. The length of the array is specified in the lengthargument.The data is owned by the caller of the function. 
- length
- 
            Type: gsizeLength of indicesarray.
Return value
Type: GtkTreePath
A newly created GtkTreePath
| The caller of the function takes ownership of the data, and is responsible for freeing it. |