Package: gtk

GEnum gtk:filter-change

Declaration

(gobject:define-genum "GtkFilterChange" filter-change
  (:export t
   :type-initializer "gtk_filter_change_get_type")
  :different
  :less-strict
  :more-strict)  

Values

:different
The filter change cannot be described with any of the other enumeration values.
:less-strict
The filter is less strict than it was before. All items that it used to return true for still return true, others now may, too.
:more-strict
The filter is more strict than it was before. All items that it used to return false for still return false, others now may, too.

Details

Describes changes in a filter in more detail and allows objects using the filter to optimize refiltering items. If you are writing an implementation and are not sure which value to pass, the :different value is always a correct choice.
 

See also

2024-9-27