@set


Description:

[ CCode ( cname = "dee_model_set_tag" , instance_pos = 2.1 ) ]
public void @set (Model model, ModelIter iter, owned G value)

Set a tag on a row in a model.

This function is guaranteed to be O(1). See also ModelTag.

If tag is already set on this row the existing tag value will be destroyed with the DestroyNotify passed to the ModelTag.

Parameters:

this

The model to set a tag on

iter

The row to set the tag on

value

The value to set for tag. Note that null represents an unset tag

tag

The tag handle for the tag as obtained from ModelTag