insert_with_valuesv
Description:
[ Version ( since = "2.10" ) ]
public void insert_with_valuesv (out TreeIter iter, TreeIter? parent, int position, int[] columns, Value[] values)
public void insert_with_valuesv (out TreeIter iter, TreeIter? parent, int position, int[] columns, Value[] values)
A variant of insert_with_values which takes the columns and values as two arrays, instead of varargs.
This function is mainly intended for language bindings.
Parameters:
this | |
iter |
An unset TreeIter to set the new row, or null. |
parent |
A valid TreeIter, or null |
position |
position to insert the new row, or -1 for last |
columns |
an array of column numbers |
values |
an array of GValues |
n_values |
the length of the |