Searched refs:GDesktopAppInfo (Results 1 – 9 of 9) sorted by relevance
29 …_APP_INFO(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_DESKTOP_APP_INFO, GDesktopAppInfo))35 typedef struct _GDesktopAppInfo GDesktopAppInfo; typedef38 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 …]
90 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 …]
210 GDesktopAppInfo *info = apps->data; in app_list()404 GDesktopAppInfo *app_info; in app_list_actions()
25 static GDesktopAppInfo *appinfo;297 GDesktopAppInfo *flatpak_appinfo = user_data; in on_flatpak_activate()335 GDesktopAppInfo *flatpak_appinfo; in test_flatpak_doc_export()
283 GDesktopAppInfo *appinfo; in test_extra_getters()355 GDesktopAppInfo *appinfo; in test_actions()738 GDesktopAppInfo *appinfo; in test_launch_as_manager()
502 GDesktopAppInfo *appinfo; in test_startup_wm_class()535 GDesktopAppInfo *info; in test_from_keyfile()
345 # GDesktopAppInfo requires that the command exists, so use /bin/sh
2580 795152 gdesktopappinfo: Mark GDesktopAppInfo constructors as nullable.3658 * GDesktopAppInfo now allows bus activation with dashes. This is3946 * GDesktopAppInfo no longer sets the DISPLAY environment variable when4692 736350 GDesktopAppInfo: avoid polling on missing desktop dirs4694 Fix the default application logic in GDesktopAppInfo5277 - substantially rework GDesktopAppInfo to reduce the amount of disk5355 711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes5402 * GDesktopAppInfo changes:5557 709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename5594 - GDesktopAppInfo now supports DBusActivatable as per the desktop[all …]
1606 GDesktopAppInfo