set_valuesv
Description:
[ Version ( since = "2.12" ) ]
public void set_valuesv (TreeIter iter, int[] columns, Value[] values)
public void set_valuesv (TreeIter iter, int[] columns, Value[] values)
A variant of set_valist which takes the columns and values as two arrays, instead of varargs.
This function is mainly intended for language-bindings and in case the number of columns to change is not known until run-time.
Parameters:
| this | |
| iter |
A valid TreeIter for the row being modified |
| columns |
an array of column numbers |
| values |
an array of GValues |
| n_values |
the length of the |