Creates a new empty "every" filter.
Use [method@Gtk.MultiFilter.append] to add filters to it.
This filter matches an item if each of the filters added to it matches the item. In particular, this means that if no filter has been added to it, the filter matches every item.
a new GtkEveryFilter
ConstructionException GTK+ fails to create the object.
See Implementation
Creates a new empty "every" filter.
Use [method@Gtk.MultiFilter.append] to add filters to it.
This filter matches an item if each of the filters added to it matches the item. In particular, this means that if no filter has been added to it, the filter matches every item.