Function
Gtk.TreeModelForeachFunc
Declaration
gboolean
TreeModelForeachFunc (
  GtkTreeModel* model,
  GtkTreePath* path,
  GtkTreeIter* iter,
  gpointer data
)
Description [src]
Type of the callback passed to gtk_tree_model_foreach() to
iterate over the rows in a tree model.
Parameters
| model | GtkTreeModel | 
| the  | |
| Ownership is not transferred to the callee | |
| path | GtkTreePath | 
| the current  | |
| Ownership is not transferred to the callee | |
| iter | GtkTreeIter | 
| the current  | |
| Ownership is not transferred to the callee | |
| data | gpointer | 
| The user data passed to  |