Package: gtk

Callback gtk:file-filter-func

Syntax

lambda (info) => result

Arguments

info -- a gtk:file-filter-info instance that is filled according to the needed flags passed to the gtk:file-filter-add-custom function
result -- true if the file should be displayed

Details

The type of the callback function that is used with custom filters.
 

See also

#2024-3-23