Package: gtk

Function gtk:directory-list-new

Lambda List

gtk:directory-list-new (attributes file)

Arguments

attributes -- a string for the attributes to query with
path -- a pathname or namestring for the directory to query

Return Value

The gtk:directory-list object.

Details

Creates a new directory list querying the given path with the given attributes.

Notes

The C function takes a g:file instance for the path argument. In the Lisp implementation the g:file-as-namestring type specifier is used to convert the pathname or namestring to a g:file instance.
 

See also

2025-06-15