Home
last modified time | relevance | path

Searched refs:GDesktopAppInfo (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/gio/
Dgdesktopappinfo.h29 …_APP_INFO(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_DESKTOP_APP_INFO, GDesktopAppInfo))
35 typedef struct _GDesktopAppInfo GDesktopAppInfo; typedef
38 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GDesktopAppInfo, g_object_unref)
50 GDesktopAppInfo *g_desktop_app_info_new_from_filename (const char *filename);
52 GDesktopAppInfo *g_desktop_app_info_new_from_keyfile (GKeyFile *key_file);
55 const char * g_desktop_app_info_get_filename (GDesktopAppInfo *info);
58 const char * g_desktop_app_info_get_generic_name (GDesktopAppInfo *info);
60 const char * g_desktop_app_info_get_categories (GDesktopAppInfo *info);
62 const char * const *g_desktop_app_info_get_keywords (GDesktopAppInfo *info);
64 gboolean g_desktop_app_info_get_nodisplay (GDesktopAppInfo *info);
[all …]
Dgdesktopappinfo.c90 static gboolean g_desktop_app_info_ensure_saved (GDesktopAppInfo *info,
141 G_DEFINE_TYPE_WITH_CODE (GDesktopAppInfo, g_desktop_app_info, G_TYPE_OBJECT,
410 GDesktopAppInfo *info) in add_to_table_if_appropriate()
1005 static GDesktopAppInfo *
1454 static GDesktopAppInfo *
1635 GDesktopAppInfo *info; in g_desktop_app_info_finalize()
1674 GDesktopAppInfo *self = G_DESKTOP_APP_INFO (object); in g_desktop_app_info_set_property()
1694 GDesktopAppInfo *self = G_DESKTOP_APP_INFO (object); in g_desktop_app_info_get_property()
1728 g_desktop_app_info_init (GDesktopAppInfo *local) in g_desktop_app_info_init()
1758 g_desktop_app_info_load_from_keyfile (GDesktopAppInfo *info, in g_desktop_app_info_load_from_keyfile()
[all …]
Dgapplication-tool.c210 GDesktopAppInfo *info = apps->data; in app_list()
404 GDesktopAppInfo *app_info; in app_list_actions()
/third_party/glib/gio/tests/
Ddbus-appinfo.c25 static GDesktopAppInfo *appinfo;
297 GDesktopAppInfo *flatpak_appinfo = user_data; in on_flatpak_activate()
335 GDesktopAppInfo *flatpak_appinfo; in test_flatpak_doc_export()
Ddesktop-app-info.c283 GDesktopAppInfo *appinfo; in test_extra_getters()
355 GDesktopAppInfo *appinfo; in test_actions()
738 GDesktopAppInfo *appinfo; in test_launch_as_manager()
Dappinfo.c502 GDesktopAppInfo *appinfo; in test_startup_wm_class()
535 GDesktopAppInfo *info; in test_from_keyfile()
/third_party/glib/gio/tests/desktop-files/usr/applications/
Dorg.gnome.clocks.desktop345 # GDesktopAppInfo requires that the command exists, so use /bin/sh
/third_party/glib/
DNEWS2580 795152 gdesktopappinfo: Mark GDesktopAppInfo constructors as nullable.
3658 * GDesktopAppInfo now allows bus activation with dashes. This is
3946 * GDesktopAppInfo no longer sets the DISPLAY environment variable when
4692 736350 GDesktopAppInfo: avoid polling on missing desktop dirs
4694 Fix the default application logic in GDesktopAppInfo
5277 - substantially rework GDesktopAppInfo to reduce the amount of disk
5355 711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
5402 * GDesktopAppInfo changes:
5557 709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
5594 - GDesktopAppInfo now supports DBusActivatable as per the desktop
[all …]
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt1606 GDesktopAppInfo