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