Searched refs:launch_context (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/ |
D | gappinfo.c | 577 GAppLaunchContext *launch_context, in g_app_info_launch() argument 586 return (* iface->launch) (appinfo, files, launch_context, error); in g_app_info_launch() 655 GAppLaunchContext *launch_context, in g_app_info_launch_uris() argument 664 return (* iface->launch_uris) (appinfo, uris, launch_context, error); in g_app_info_launch_uris() 788 GAppLaunchContext *launch_context, in g_app_info_launch_default_for_uri() argument 819 res = g_app_info_launch_uris (app_info, &l, launch_context, error); in g_app_info_launch_default_for_uri() 831 if (launch_context && launch_context->priv->envp) in g_app_info_launch_default_for_uri() 832 parent_window = g_environ_getenv (launch_context->priv->envp, "PARENT_WINDOW_ID"); in g_app_info_launch_default_for_uri()
|
D | gdesktopappinfo.h | 103 … GAppLaunchContext *launch_context); 168 GAppLaunchContext *launch_context, 179 GAppLaunchContext *launch_context,
|
D | gdesktopappinfo.c | 2738 GAppLaunchContext *launch_context, in g_desktop_app_info_launch_uris_with_spawn() argument 2760 if (launch_context) in g_desktop_app_info_launch_uris_with_spawn() 2761 envp = g_app_launch_context_get_environment (launch_context); in g_desktop_app_info_launch_uris_with_spawn() 2812 if (launch_context) in g_desktop_app_info_launch_uris_with_spawn() 2818 sn_id = g_app_launch_context_get_startup_notify_id (launch_context, in g_desktop_app_info_launch_uris_with_spawn() 2864 g_app_launch_context_launch_failed (launch_context, sn_id); in g_desktop_app_info_launch_uris_with_spawn() 2875 if (launch_context != NULL) in g_desktop_app_info_launch_uris_with_spawn() 2885 g_signal_emit_by_name (launch_context, "launched", info, platform_data); in g_desktop_app_info_launch_uris_with_spawn() 2934 GAppLaunchContext *launch_context) in g_desktop_app_info_make_platform_data() argument 2940 if (launch_context) in g_desktop_app_info_make_platform_data() [all …]
|
D | gwin32appinfo.c | 4725 GAppLaunchContext *launch_context, in g_win32_app_info_launch_internal() argument 4771 if (launch_context) in g_win32_app_info_launch_internal() 4772 envp = g_app_launch_context_get_environment (launch_context); in g_win32_app_info_launch_internal() 4845 if (launch_context != NULL) in g_win32_app_info_launch_internal() 4854 g_signal_emit_by_name (launch_context, "launched", info, platform_data); in g_win32_app_info_launch_internal() 5015 GAppLaunchContext *launch_context, in g_win32_app_info_launch_uris() argument 5034 res = g_win32_app_info_launch_internal (info, NULL, FALSE, items, launch_context, 0, error); in g_win32_app_info_launch_uris() 5073 launch_context, in g_win32_app_info_launch_uris() 5085 GAppLaunchContext *launch_context, in g_win32_app_info_launch() argument 5104 res = g_win32_app_info_launch_internal (info, NULL, TRUE, items, launch_context, 0, error); in g_win32_app_info_launch() [all …]
|
D | gosxappinfo.m | 505 GAppLaunchContext *launch_context, 514 GAppLaunchContext *launch_context,
|