get_error


Description:

public unowned Error? get_error ()

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.

Parameters:

this

a `GtkDirectoryList`

Returns:

The loading error or null if loading finished successfully