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 for the attributes

Details

The accessor for the attributes slot gets or sets the attributes to query. Setting the attributes starts the enumeration.

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

See also

2026-08-29