@set


Description:

public void @set (...)

Sets the value of one or more cells in the row referenced by this.

Note:

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);

Parameters:

this

a ModelIter

...

a list of column/return location pairs, terminated by -1