Package: gtk

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

Lambda List

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

Syntax

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

Arguments

filter-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

*2021-1-29