Function

GLib-2.0GLiburi_list_extract_urisSince 2.6

  • 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.

    Parameters

    • uri_list: string

      an URI list

    Returns string[]

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

    2.6