Searched refs:sn_id (Results 1 – 1 of 1) sorted by relevance
2671 const char *sn_id, in notify_desktop_launch() argument2689 if (sn_id != NULL && g_utf8_validate (sn_id, -1, NULL)) in notify_desktop_launch()2693 sn_id)); in notify_desktop_launch()2775 char *sn_id = NULL; in g_desktop_app_info_launch_uris_with_spawn() local2811 sn_id = NULL; 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()2821 if (sn_id) in g_desktop_app_info_launch_uris_with_spawn()2822 envp = g_environ_setenv (envp, "DESKTOP_STARTUP_ID", sn_id, TRUE); in g_desktop_app_info_launch_uris_with_spawn()2863 if (sn_id) 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()[all …]