Type of the callback passed to @foreach to iterate over the rows in a tree model.
There is no replacement.
| 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 |