Searched refs:launched_files (Results 1 – 1 of 1) sorted by relevance
2814 GList *launched_files = create_files_for_uris (launched_uris); in g_desktop_app_info_launch_uris_with_spawn() local2820 launched_files); in g_desktop_app_info_launch_uris_with_spawn()2825 g_list_free_full (launched_files, g_object_unref); in g_desktop_app_info_launch_uris_with_spawn()2942 GList *launched_files = create_files_for_uris (uris); in g_desktop_app_info_make_platform_data() local2948 …d = g_app_launch_context_get_startup_notify_id (launch_context, G_APP_INFO (info), launched_files); in g_desktop_app_info_make_platform_data()2953 g_list_free_full (launched_files, g_object_unref); in g_desktop_app_info_make_platform_data()