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