Sets the value of one or more cells in the row referenced by this.
Use ListModel instead
The variable argument list should contain integer column numbers, each column column number followed by the value to be set. The list is terminated by a -1.
For example, to set column 0 with type STRING, use:
clutter_model_iter_set (iter, 0, "foo", -1);
this | |
... |
a list of column/return location pairs, terminated by -1 |