US
Gtk.Filter
https://docs.gtk.org/gtk4/class.Filter.html
Gtk.Filter Description [src] class Gtk.Filter : GObject.Object /* No available fields */ Describes the filtering to be performed by a GtkFilterListModel The model will use the filter to determine if it should include items or not by calling gtk_filter_match() for each item and on…