Constructor

GtkFileLaunchernew

Declaration [src]

GtkFileLauncher*
gtk_file_launcher_new (
  GFile* file
)

Description [src]

Creates a new GtkFileLauncher object.

Available since:4.10

Parameters

file GFile*
 

The file to open.

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

Return value

Returns: GtkFileLauncher
 

The new GtkFileLauncher

 The caller of the function takes ownership of the data, and is responsible for freeing it.