URIHandlerIF.uriConstruct

Constructs a URI for a given valid protocol and location.

Free-function: g_free

interface URIHandlerIF
static
string
uriConstruct
(
string protocol
,
string location
)

Parameters

protocol string

Protocol for URI

location string

Location for URI

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

Meta