@get


Description:

[ CCode ( cname = "dee_model_get_tag" , instance_pos = 2.1 ) ]
public unowned G @get (Model model, ModelIter iter)

Look up a tag value for a given row in a model.

This method is guaranteed to be O(1).

Parameters:

this

The model to get a tag from

iter

A ModelIter pointing to the row to get the tag from

tag

The tag handle to retrieve the tag value for

Returns:

Returns null if tag is unset otherwise the value of the tag as it was set with @set.