GtkTreeModelForeachFunc

Type of the callback passed to TreeModel.foreach to iterate over the rows in a tree model.

alias GtkTreeModelForeachFunc = int function(GtkTreeModel* model, GtkTreePath* path, GtkTreeIter* iter, void* data)

Return Value

TRUE to stop iterating, FALSE to continue