Gtk.SelectionData.prototype.get_uris
function get_uris():[String] {
// Gjs wrapper for gtk_selection_data_get_uris()
}Gets the contents of the selection data as array of URIs.
Since 2.6
- Returns
if the selection data contains a list of URIs, a newly allocated null-terminated string array containing the URIs, otherwise null. If the result is non-null it must be freed with GLib.strfreev.