Searched refs:ruris (Results 1 – 2 of 2) sorted by relevance
/third_party/glib/gio/ |
D | gdocumentportal.c | 99 GList *ruris = NULL; in g_document_portal_add_documents() local 196 ruris = g_list_prepend (ruris, ruri); in g_document_portal_add_documents() 199 ruris = g_list_reverse (ruris); in g_document_portal_add_documents() 203 ruris = g_list_copy_deep (uris, (GCopyFunc)g_strdup, NULL); in g_document_portal_add_documents() 214 return ruris; in g_document_portal_add_documents()
|
D | gdesktopappinfo.c | 3002 GList *ruris = uris; in g_desktop_app_info_launch_uris_with_dbus() local 3011 ruris = g_document_portal_add_documents (uris, app_id, NULL); in g_desktop_app_info_launch_uris_with_dbus() 3012 if (ruris == NULL) in g_desktop_app_info_launch_uris_with_dbus() 3013 ruris = uris; in g_desktop_app_info_launch_uris_with_dbus() 3017 launch_uris_with_dbus (info, session_bus, ruris, launch_context, in g_desktop_app_info_launch_uris_with_dbus() 3020 if (ruris != uris) in g_desktop_app_info_launch_uris_with_dbus() 3021 g_list_free_full (ruris, g_free); in g_desktop_app_info_launch_uris_with_dbus()
|