launch_with_files
Description:
[
Version ( deprecated =
true , deprecated_since =
"5.2.4" , replacement =
"GLib.AppInfo.launch" ) ]
public static void launch_with_files (
File? app,
File[] files)
Warning: launch_with_files is deprecated since 5.2.4. Use GLib.AppInfo.launch.
Launches the supplied files with the specified application.
Parameters:
app |
the GLib.File representing the application to launch
|
files |
an array of GLib.File to open
|