Function
GtkTreeModelFilterVisibleFunc
Declaration
gboolean
(* GtkTreeModelFilterVisibleFunc) (
  GtkTreeModel* model,
  GtkTreeIter* iter,
  gpointer data
)
Parameters
- model
- 
            Type: GtkTreeModelThe child model of the GtkTreeModelFilterThe data is owned by the caller of the function. 
- iter
- 
            Type: GtkTreeIterA GtkTreeIterpointing to the row inmodelwhose visibility is determined.The data is owned by the caller of the function. 
- data
- 
            Type: gpointerUser data given to gtk_tree_model_filter_set_visible_func()The argument can be NULL.The data is owned by the caller of the function.