Home | History | Annotate | Download | only in fio

Lines Matching defs:uris

1649 	gchar **uris;
1658 uris = gtk_selection_data_get_uris(seldata);
1659 if (!uris) {
1664 if (uris[0])
1665 do_file_open_with_tab(ui, uris[0]);
1668 g_strfreev(uris);