[ Version ( since = "2.6" ) ]
[ CCode ( array_length = false , array_null_terminated = true ) ]
public static string[] list_extract_uris (string uri_list)
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.
| uri_list |
an URI list |
|
a newly allocated null-terminated list of strings holding the individual URIs. The array should be freed with strfreev. |