[ CCode ( instance_pos = 2.9 ) ]
[ Version ( deprecated = true , deprecated_since = "1.24" , since = "0.6" ) ]
public delegate bool ModelForeachFunc (Model model, ModelIter iter)
Warning: ModelForeachFunc is deprecated since 1.24.
Iterates on the content of a row in the model
Use ListModel
model |
a Model |
iter |
the iterator for the row |
user_data |
data passed to @foreach |
|