gtk.any_filter.AnyFilter matches an item when at least one of its filters matches.
To add filters to a gtk.any_filter.AnyFilter, use gtk.multi_filter.MultiFilter.append.
Creates a new empty "any" filter.
Adds a filter to self to use for matching.
Removes the filter at the given position from the list of filters used by self.
gtk.any_filter.AnyFilter matches an item when at least one of its filters matches.
To add filters to a gtk.any_filter.AnyFilter, use gtk.multi_filter.MultiFilter.append.