DesktopAppInfo
Object Hierarchy:
Description:
[ CCode ( type_id = "g_desktop_app_info_get_type ()" ) ]
public sealed class DesktopAppInfo : Object, AppInfo
public sealed class DesktopAppInfo : Object, AppInfo
Namespace: GLib
Package: gio-unix-2.0
Content:
Properties:
Static methods:
- public static List<DesktopAppInfo> get_implementations (string @interface)
- public static unowned string**[] search (string search_string)
- public static void set_desktop_env (string desktop_env)
Creation methods:
- public DesktopAppInfo (string desktop_id)
- public DesktopAppInfo.from_filename (string filename)
- public DesktopAppInfo.from_keyfile (KeyFile key_file)
Methods:
- public string get_action_name (string action_name)
- public bool get_boolean (string key)
- public unowned string? get_categories ()
- public unowned string? get_filename ()
- public unowned string? get_generic_name ()
- public bool get_is_hidden ()
- public unowned string[]? get_keywords ()
- public string? get_locale_string (string key)
- public bool get_nodisplay ()
- public bool get_show_in (string? desktop_env)
- public unowned string? get_startup_wm_class ()
- public string? get_string (string key)
- public string[]? get_string_list (string key)
- public bool has_key (string key)
- public void launch_action (string action_name, AppLaunchContext? launch_context)
- public bool launch_uris_as_manager (List<string> uris, AppLaunchContext? launch_context, SpawnFlags spawn_flags, SpawnChildSetupFunc? user_setup, DesktopAppLaunchCallback? pid_callback) throws Error
- public bool launch_uris_as_manager_with_fds (List<string> uris, AppLaunchContext? launch_context, SpawnFlags spawn_flags, SpawnChildSetupFunc? user_setup, DesktopAppLaunchCallback? pid_callback, int stdin_fd, int stdout_fd, int stderr_fd) throws Error
- public unowned string[] list_actions ()
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface GLib.AppInfo