match


Description:

public virtual bool match (Object? item)

Checks if the given item is matched by the filter or not.

Parameters:

this

a `GtkFilter`

item

The item to check

Returns:

true if the filter matches the item and a filter model should keep it, false if not.