Method
GtkFileDialogselect_multiple_folders_finish
Declaration [src]
GListModel*
gtk_file_dialog_select_multiple_folders_finish (
GtkFileDialog* self,
GAsyncResult* result,
GError** error
)
Description [src]
Finishes the gtk_file_dialog_select_multiple_folders()
call and returns the resulting files in a GListModel
.
Available since: | 4.10 |
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |