:right-sidebar: True FilterMatch =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: FilterMatch :no-contents-entry: Describes the known strictness of a filter. Note that for filters where the strictness is not known, :const:`~gi.repository.Gtk.FilterMatch.SOME` is always an acceptable value, even if a filter does match all or no items. Fields ------ .. rst-class:: interim-class .. class:: FilterMatch :no-index: .. attribute:: ALL The filter matches all items, :func:`~gi.repository.Gtk.Filter.match` will alays return :const:`True`. .. attribute:: NONE The filter does not match any item, :func:`~gi.repository.Gtk.Filter.match` will always return :const:`False`. .. attribute:: SOME The filter matches some items, :func:`~gi.repository.Gtk.Filter.match` may return :const:`True` or :const:`False`