ModelForeachFunc


Description:

[ 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

Note:

Use ListModel

Parameters:

model

a Model

iter

the iterator for the row

user_data

data passed to @foreach

Returns:

true if the iteration should continue, false otherwise


Namespace: Clutter
Package: clutter-1.0