uri_construct
Description:
public unowned string uri_construct (
string protocol,
string location)
Constructs a URI for a given valid protocol and location.
Free-function: g_free
Parameters:
| 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. |