Package: gtk

GEnum gtk:filter-match

Declaration

(gobject:define-genum "GtkFilterMatch" filter-match
  (:export t
   :type-initializer "gtk_filter_match_get_type")
  :some
  :none
  :all)  

Values

:some
The filter matches some items, the gtk:filter-match function may return true or false.
:none
The filter does not match any item, the gtk:filter-match function will always return false.
:all
The filter matches all items, the gtk:filter-match function will always return true.

Details

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

See also

2024-9-27