Uri.construct

Constructs a URI for a given valid protocol and location.

Free-function: g_free

class Uri
static
string
construct
(
string protocol
,
string location
)

Parameters

protocol string

Protocol for URI

location string

Location for URI

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.

Meta