AnyFilter

constructor()

Creates a new empty "any" filter.

Use method@Gtk.MultiFilter.append to add filters to it.

This filter matches an item if any 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 no item.

Return

a new GtkAnyFilter


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)