Filter.match

bool match(gobject.object.ObjectWrap item) nothrow

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

Parameters

itemThe item to check

Returns

true if the filter matches the item and a filter model should

keep it, false if not.