uri_construct

function uri_construct(protocol:String, location:String):String {
    // Gjs wrapper for gst_uri_construct()
}

Constructs a URI for a given valid protocol and location.

Free-function: g_free

protocol

Protocol for URI

location

Location for URI

Returns

a new string for this URI. Returns NULL if the given URI protocol is not valid, or the given location is NULL.