public unowned string get_string (string key);
public bool has_key (string key);
public void launch_action (string action_name, GLib.AppLaunchContext launch_context);
- public bool launch_uris_as_manager (GLib.List uris, GLib.AppLaunchContext launch_context, GLib.SpawnFlags spawn_flags, GLib.SpawnChildSetupFunc user_setup, void* user_setup_data, GLib.DesktopAppLaunchCallback pid_callback, void* pid_callback_data) throws GLib.Error;
+ public bool launch_uris_as_manager (GLib.List<string> uris, GLib.AppLaunchContext? launch_context, GLib.SpawnFlags spawn_flags, GLib.SpawnChildSetupFunc? user_setup = null, GLib.DesktopAppLaunchCallback? pid_callback = null) throws GLib.Error;
[CCode (array_length = false, array_null_terminated = true)]
public unowned string[] list_actions ();
[CCode (array_length = false, array_null_terminated = true)]
g_desktop_app_info_get_implementations transfer_ownership="1" type_name="GLib.List<GLib.DesktopAppInfo>"
g_desktop_app_info_get_keywords type_name="string[]"
g_desktop_app_info_list_actions type_name="string[]" no_array_length="1" array_null_terminated="1"
+g_desktop_app_info_launch_uris_as_manager.uris type_name="GLib.List<string>"
+g_desktop_app_info_launch_uris_as_manager.launch_context nullable="1"
+g_desktop_app_info_launch_uris_as_manager.user_setup nullable="1" default_value="null"
+g_desktop_app_info_launch_uris_as_manager.user_setup_data hidden="1"
+g_desktop_app_info_launch_uris_as_manager.pid_callback nullable="1" default_value="null"
+g_desktop_app_info_launch_uris_as_manager.pid_callback_data hidden="1"
g_desktop_app_info_search type_name="string**[]" transfer_ownership="1" no_array_length="1" array_null_terminated="1"
GFileDescriptorBased cheader_filename="gio/gfiledescriptorbased.h"
GUnixConnection cheader_filename="gio/gunixconnection.h"