UriHandlerIF.gstUriConstruct

Constructs a URI for a given valid protocol and location. Free-function: g_free

interface UriHandlerIF
static
string
gstUriConstruct
(
string protocol
,
string location
)

Parameters

protocol string

Protocol for URI

location string

Location for URI. [transfer none]

Return Value

Type: string

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

Meta