Searched defs:launch_context (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgappinfo.c473 * @launch_context: a #GAppLaunchContext or %NULL
477 * as arguments, using the optional @launch_context to get information
497 GAppLaunchContext *launch_context,
506 return (* iface->launch) (appinfo, files, launch_context, error);
556 * @launch_context: a #GAppLaunchContext or %NULL
560 * as arguments, using the optional @launch_context to get information
575 GAppLaunchContext *launch_context,
584 return (* iface->launch_uris) (appinfo, uris, launch_context, error);
612 * @launch_context: an optional #GAppLaunchContext.
624 GAppLaunchContext *launch_context,
495 g_app_info_launch(GAppInfo *appinfo, GList *files, GAppLaunchContext *launch_context, GError **error) argument
573 g_app_info_launch_uris(GAppInfo *appinfo, GList *uris, GAppLaunchContext *launch_context, GError **error) argument
623 g_app_info_launch_default_for_uri(const char *uri, GAppLaunchContext *launch_context, GError **error) argument
731 g_app_launch_context_init(GAppLaunchContext *launch_context) argument
[all...]
H A Dgwin32appinfo.c254 GAppLaunchContext *launch_context,
331 GAppLaunchContext *launch_context,
252 g_win32_app_info_launch(GAppInfo *appinfo, GList *files, GAppLaunchContext *launch_context, GError **error) argument
329 g_win32_app_info_launch_uris(GAppInfo *appinfo, GList *uris, GAppLaunchContext *launch_context, GError **error) argument
H A Dgdesktopappinfo.c976 GAppLaunchContext *launch_context,
1009 if (launch_context)
1013 display = g_app_launch_context_get_display (launch_context,
1019 sn_id = g_app_launch_context_get_startup_notify_id (launch_context,
1060 g_app_launch_context_launch_failed (launch_context, sn_id);
1108 GAppLaunchContext *launch_context,
1125 res = g_desktop_app_info_launch_uris (appinfo, uris, launch_context, error);
974 g_desktop_app_info_launch_uris(GAppInfo *appinfo, GList *uris, GAppLaunchContext *launch_context, GError **error) argument
1106 g_desktop_app_info_launch(GAppInfo *appinfo, GList *files, GAppLaunchContext *launch_context, GError **error) argument

Completed in 98 milliseconds