Package: gtk

Accessor gtk:directory-list-attributes

Lambda List

gtk:directory-list-attributes (object)

Syntax

(gtk:directory-list-attributes object) => attributes
(setf (gtk:directory-list-attributes object) attributes)

Arguments

object -- a gtk:directory-list object
attributes -- a string with the attributes

Details

Accessor of the attributes slot of the gtk:directory-list class. The gtk:directory-list-attributes function gets the attributes queried on the children. The (setf gtk:directory-list-attributes) function sets the attributes to be enumerated and starts the enumeration.

If attributes is nil, no attributes will be queried, but a list of g:file-info objects will still be created.
 

See also

#2023-9-7