FileDialog.selectMultipleFoldersFinish

gio.list_model.ListModel selectMultipleFoldersFinish(gio.async_result.AsyncResult result)

Finishes the gtk.file_dialog.FileDialog.selectMultipleFolders call and returns the resulting files in a gio.list_model.ListModel.

Parameters

resulta gio.async_result.AsyncResult

Returns

the file that was selected,

as a gio.list_model.ListModel of GFiles. Otherwise, NULL is returned and error is set

Throws