Enumeration (GI Enum)

Gtk-4.0GtkFilterMatch

Describes the known strictness of a filter.

Note that for filters where the strictness is not known, GTK_FILTER_MATCH_SOME is always an acceptable value, even if a filter does match all or no items.

Index

Enumeration Members

Enumeration Members

ALL: number

The filter matches all items, Gtk.Filter.match will alays return true

NONE: number

The filter does not match any item, Gtk.Filter.match will always return false

SOME: number

The filter matches some items, Gtk.Filter.match may return true or false