Home
last modified time | relevance | path

Searched refs:GAppInfoMonitor (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/gio/tests/
Dappmonitor.c56 changed_cb (GAppInfoMonitor *monitor, GMainLoop *loop) in changed_cb()
78 GAppInfoMonitor *monitor; in test_app_monitor()
Dapps.c132 GAppInfoMonitor *monitor; in main()
/third_party/glib/gio/
Dgappinfo.h333 … G_TYPE_APP_INFO_MONITOR, GAppInfoMonitor))
337 typedef struct _GAppInfoMonitor GAppInfoMonitor; typedef
343 GAppInfoMonitor * g_app_info_monitor_get (void);
Dgappinfo.c1406 G_DEFINE_TYPE (GAppInfoMonitor, g_app_info_monitor, G_TYPE_OBJECT) in G_DEFINE_TYPE() argument
1411 GAppInfoMonitor *monitor = G_APP_INFO_MONITOR (object); in G_DEFINE_TYPE()
1419 g_app_info_monitor_init (GAppInfoMonitor *monitor) in g_app_info_monitor_init()
1457 GAppInfoMonitor *
1462 G_STRUCT_OFFSET (GAppInfoMonitor, context), in g_app_info_monitor_get()
Dgio-autocleanups.h28 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GAppInfoMonitor, g_object_unref)
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt1463 <TITLE>GAppInfoMonitor</TITLE>
1466 GAppInfoMonitor
/third_party/glib/
DNEWS5280 - add a new class: GAppInfoMonitor for discovering when applications
5356 711556 Add GAppInfoMonitor