Package: gtk

Function gtk:recent-filter-filter

Lambda List

gtk:recent-filter-filter (filter filter-info)

Arguments

filter -- a gtk:recent-filter object
info -- a gtk:recent-filter-info instance containing information about a recently used resource

Return Value

True if the file should be displayed.

Details

Tests whether a file should be displayed according to filter. The info argument should include the fields returned from the gtk:recent-filter-needed function.

This function will not typically be used by applications. It is intended principally for use in the implementation of the gtk:recent-chooser class.
 

See also

#2023-3-24