Method

GtkFileDialogopen_multiple_finish

Declaration [src]

GListModel*
gtk_file_dialog_open_multiple_finish (
  GtkFileDialog* self,
  GAsyncResult* result,
  GError** error
)

Description [src]

Finishes the gtk_file_dialog_open() call and returns the resulting files in a GListModel.

Available since:4.10

Parameters

result GAsyncResult
 

A GAsyncResult

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: A list model of GObject
 

The file that was selected, as a GListModel of GFiles. Otherwise, NULL is returned and error is set.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.