Method

GtkFileDialogset_current_folder

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 GFile
 

A GFile

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