GtkTreeModelFilterVisibleFunc

A function which decides whether the row indicated by @iter is visible.

alias GtkTreeModelFilterVisibleFunc = int function(GtkTreeModel* model, GtkTreeIter* iter, void* data)

Return Value

Whether the row indicated by @iter is visible.

Meta