Searched refs:g_app_info_launch (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gio/tests/ |
D | dbus-appinfo.c | 80 g_app_info_launch (G_APP_INFO (appinfo), NULL, NULL, NULL); in G_DEFINE_TYPE() 90 g_app_info_launch (G_APP_INFO (appinfo), files, NULL, NULL); in G_DEFINE_TYPE() 111 g_app_info_launch (G_APP_INFO (appinfo), NULL, ctx, NULL); in G_DEFINE_TYPE()
|
D | appinfo.c | 25 success = g_app_info_launch (appinfo, NULL, NULL, &error); in test_launch_for_app_info() 38 success = g_app_info_launch (appinfo, l, NULL, &error); in test_launch_for_app_info() 367 success = g_app_info_launch (appinfo, NULL, context, &error); in test_launch_context_signals()
|
/third_party/glib/gio/ |
D | gio-tool-launch.c | 117 if (!g_app_info_launch (app, args, app_context, &error)) in handle_launch()
|
D | gappinfo.h | 174 gboolean g_app_info_launch (GAppInfo *appinfo,
|
D | gappinfo.c | 575 g_app_info_launch (GAppInfo *appinfo, in g_app_info_launch() function
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 1408 g_app_info_launch
|
/third_party/glib/ |
D | NEWS | 3227 780441 Make the portal implementation of g_app_info_launch() synchronous 10397 * The functions for launching applications (e.g. g_app_info_launch() + 10769 552352 g_app_info_launch doesn't work if "Path" key...
|