to_uri
Description:
public string to_uri (
LocationURIScheme scheme)
Creates a URI representing this in the scheme specified in scheme
.
Parameters:
this |
a Location
|
scheme |
the scheme of the requested URI
|
Returns:
a URI representing the location. The returned string should be freed with g_free
when no longer needed.
|