API Version: 4.0
Library Version: 4.17.1
Generated by gi-docgen 2024.2
gboolean gtk_filter_match ( GtkFilter* self, GObject* item )
Checks if the given item is matched by the filter or not.
item
Type: GObject
GObject
The item to check.
Type: gboolean
gboolean
TRUE if the filter matches the item and a filter model should keep it, FALSE if not.
TRUE
FALSE