Package: gtk

Function gtk:file-filter-info-display-name

Lambda List

gtk:file-filter-info-display-name (info)

Syntax

(gtk:file-filter-info-display-name info) => display-name
(setf (gtk:file-filter-info-display-name info) display-name)

Arguments

info -- a gtk:file-filter-info instance
display-name -- a string that will be used to display in the file chooser

Details

Accessor of the display-name slot of the gtk:file-filter-info structure. The string that will be used to display the file in the file chooser.
 

See also

#2023-3-14