Package: gtk

Function gtk:file-filter-filter

Lambda List

gtk:file-filter-filter (filter info)

Arguments

filter -- a gtk:file-filter object
info -- a gtk:file-filter-info instance containing information about a file

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:file-filter-needed function.

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

See also

#2023-6-11