GtkFilterClass.match

struct GtkFilterClass
extern (C)
int function(GtkFilter* self, void* item) match;

Return Value

%TRUE if the filter matches the item and a filter model should keep it, %FALSE if not.

Meta