URI.listExtractUris

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

class URI
static
string[]
listExtractUris
(
string uriList
)

Parameters

uriList string

an URI list

Return Value

Type: string[]

a newly allocated NULL-terminated list of strings holding the individual URIs. The array should be freed with g_strfreev(). [transfer full]

Meta