Home
last modified time | relevance | path

Searched refs:launched_uris (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/
Dgdesktopappinfo.c2773 GList *launched_uris; in g_desktop_app_info_launch_uris_with_spawn() local
2793 launched_uris = NULL; in g_desktop_app_info_launch_uris_with_spawn()
2795 launched_uris = g_list_prepend (launched_uris, iter->data); in g_desktop_app_info_launch_uris_with_spawn()
2796 launched_uris = g_list_reverse (launched_uris); in g_desktop_app_info_launch_uris_with_spawn()
2814 GList *launched_files = create_files_for_uris (launched_uris); in g_desktop_app_info_launch_uris_with_spawn()
2867 g_list_free (launched_uris); in g_desktop_app_info_launch_uris_with_spawn()
2894 launched_uris); in g_desktop_app_info_launch_uris_with_spawn()
2897 g_list_free (launched_uris); in g_desktop_app_info_launch_uris_with_spawn()