Method
GtkFileDialogset_initial_file
Declaration [src]
void
gtk_file_dialog_set_initial_file (
GtkFileDialog* self,
GFile* file
)
Description [src]
Sets the file that will be initially selected in the file chooser dialog.
This function is a shortcut for calling both
gtk_file_dialog_set_initial_folder()
and
gtk_file_dialog_set_initial_name()
with the directory and
name of file
respectively.
Available since: | 4.10 |