Function
Gtk.TreePath.new_from_indicesv
Declaration [src]
GtkTreePath*
gtk_tree_path_new_from_indicesv (
  int* indices,
  gsize length
)
Parameters
| indices | An array of int | 
| array of indices | |
| The length of the array is in the lengthargument | |
| Ownership is not transferred to the callee | |
| length | gsize | 
| length of  | 
Return value
| Returns: GtkTreePath | |
| A newly created  | |
| Ownership of the data is transferred to the caller | |