Package: gtk

Accessor gtk:directory-list-error

Lambda List

gtk:directory-list-error (object)

Syntax

(gtk:directory-list-error object) => error

Arguments

object -- a gtk:directory-list object
error -- a glib:error instance with the loading error or nil if loading finished successfully

Details

Accessor of the error slot of the gtk:directory-list class. The gtk:directory-list-error function gets the loading error, if any.

If an error occurs during the loading process, the loading process will finish and this property allows querying the error that happened. This error will persist until a file is loaded again. An error being set does not mean that no files were loaded, and all successfully queried files will remain in the list.
 

See also

2024-12-15