[ CCode ( instance_pos = 3.9 ) ]
public delegate bool TreeModelForeachFunc (TreeModel model, TreePath path, TreeIter iter)
Type of the callback passed to @foreach to iterate over the rows in a tree model.
model |
the `GtkTreeModel` being iterated |
path |
the current `GtkTreePath` |
iter |
the current `GtkTreeIter` |
data |
The user data passed to @foreach |
true to stop iterating, false to continue |