public unowned string get_generic_name ();
public static GLib.List<GLib.DesktopAppInfo> get_implementations (string @interface);
public bool get_is_hidden ();
+ [CCode (array_length = false, array_null_terminated = true)]
public unowned string[] get_keywords ();
public bool get_nodisplay ();
public bool get_show_in (string desktop_env);
GDesktopAppInfo cheader_filename="gio/gdesktopappinfo.h"
g_desktop_app_info_get_action_name transfer_ownership="1"
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_get_keywords type_name="string[]" no_array_length="1" array_null_terminated="1"
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"