Method

GtkFileDialogset_current_folder

unstable since: 4.10

Declaration [src]

void
gtk_file_dialog_set_current_folder (
  GtkFileDialog* self,
  GFile* folder
)

Description [src]

Sets the folder that will be set as the initial folder in the file chooser dialog, unless overridden by parameters of the async call.

Available since: 4.10

Parameters

folder

Type: GFile

A GFile

The argument can be NULL.
The data is owned by the caller of the function.