FilterChange
Description:
[ CCode ( cprefix = "GTK_FILTER_CHANGE_" , type_id = "gtk_filter_change_get_type ()" ) ]
public enum FilterChange
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, gtk_filter_change_different
is always a correct choice.
Content:
Enum 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.