Gtk.SelectionData.prototype.set_uris

function set_uris(uris:[String]):Boolean {
    // Gjs wrapper for gtk_selection_data_set_uris()
}

Sets the contents of the selection from a list of URIs. The string is converted to the form determined by selection_data->target.

Since 2.6

uris

a null-terminated array of strings holding URIs

Returns

true if the selection was successfully set, otherwise false.