Package: gtk

Function gtk:filter-match

Lambda List

gtk:filter-match (filter item)

Arguments

filter -- a gtk:filter object
item -- a g:object instance for the item to check

Return Value

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

Details

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

Notes

The C library takes a pointer as an item argument. In the Lisp implementation the function is generalized to take an object. The pointer is retrieved from the object with the gobject:object-pointer function.
 

See also

2024-9-27