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;
[CCode (array_length = false, array_null_terminated = true)]
public unowned string[] list_actions ();
- public static void*[] search (string search_string);
+ [CCode (array_length = false, array_null_terminated = true)]
+ public static string**[] search (string search_string);
public static void set_desktop_env (string desktop_env);
public string filename { get; construct; }
}
/* String Utility Functions */
+ public void strfreev (string** str_array);
public uint strv_length ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
public bool strv_contains ([CCode (array_length = false, array_null_terminated = true)] string[] str_array, string str);
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_search type_name="void*[]" transfer_ownership="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"
g_unix_connection_receive_credentials transfer_ownership="1"