Searched refs:launch_context (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gappinfo.c | 497 GAppLaunchContext *launch_context, in g_app_info_launch() argument 506 return (* iface->launch) (appinfo, files, launch_context, error); in g_app_info_launch() 575 GAppLaunchContext *launch_context, in g_app_info_launch_uris() argument 584 return (* iface->launch_uris) (appinfo, uris, launch_context, error); in g_app_info_launch_uris() 624 GAppLaunchContext *launch_context, in g_app_info_launch_default_for_uri() argument 645 launch_context, error); in g_app_info_launch_default_for_uri() 731 g_app_launch_context_init (GAppLaunchContext *launch_context) in g_app_launch_context_init() argument
|
D | gappinfo.h | 102 GAppLaunchContext *launch_context, 108 GAppLaunchContext *launch_context, 147 GAppLaunchContext *launch_context, 153 GAppLaunchContext *launch_context, 181 GAppLaunchContext *launch_context,
|
D | gwin32appinfo.c | 254 GAppLaunchContext *launch_context, in g_win32_app_info_launch() argument 331 GAppLaunchContext *launch_context, in g_win32_app_info_launch_uris() argument
|
D | gdesktopappinfo.c | 976 GAppLaunchContext *launch_context, in g_desktop_app_info_launch_uris() argument 1009 if (launch_context) in g_desktop_app_info_launch_uris() 1013 display = g_app_launch_context_get_display (launch_context, in g_desktop_app_info_launch_uris() 1019 sn_id = g_app_launch_context_get_startup_notify_id (launch_context, in g_desktop_app_info_launch_uris() 1060 g_app_launch_context_launch_failed (launch_context, sn_id); in g_desktop_app_info_launch_uris() 1108 GAppLaunchContext *launch_context, in g_desktop_app_info_launch() argument 1125 res = g_desktop_app_info_launch_uris (appinfo, uris, launch_context, error); in g_desktop_app_info_launch()
|