Package: gtk

Accessor gtk:directory-list-file

Lambda List

gtk:directory-list-file (object)

Syntax

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

Arguments

object -- a gtk:directory-list object
file -- a g:file object to be enumerated

Details

Accessor of the file slot of the gtk:directory-list class. The gtk:directory-list-file function gets the file whose children are currently enumerated. The (setf gtk:directory-list-file) function sets the file to be enumerated and starts the enumeration. If the file argument is nil, the result will be an empty list.
 

See also

2024-12-15