Method

GtkFileLauncherset_file

Declaration [src]

void
gtk_file_launcher_set_file (
  GtkFileLauncher* self,
  GFile* file
)

Description [src]

Sets the file that will be opened.

Available since:4.10

Parameters

file GFile*
 

A GFile

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