uri_get_location

function uri_get_location(uri:String):String {
    // Gjs wrapper for gst_uri_get_location()
}

Extracts the location out of a given valid URI, ie. the protocol and "://" are stripped from the URI, which means that the location returned includes the hostname if one is specified. The returned string must be freed using GLib.free.

Free-function: g_free

uri

A URI string

Returns

the location for this URI. Returns NULL if the URI isn't valid. If the URI does not contain a location, an empty string is returned.