GLib.uri_list_extract_uris

function uri_list_extract_uris(uri_list: String): Array(String) {
    // Gjs wrapper for g_uri_list_extract_uris()
}
  

Splits an URI list conforming to the text/uri-list mime type defined in RFC 2483 into individual URIs, discarding any comments. The URIs are not validated.

Since 2.6

uri_list

an URI list

Returns

a newly allocated null-terminated list of strings holding the individual URIs. The array should be freed with GLib.strfreev.