[ Version ( since = "3.24" ) ]
public string ensure_full_uri (Uri? request_uri, string href)
Converts possibly path-only href
into a full URI under the request_uri
.
When the request_uri
is null
, the URI defined in associated Source
is used instead, taken from the SourceWebdav extension, if defined.
Free the returned pointer with g_free, when no longer needed.
this | |
request_uri |
a Uri to which the |
href |
a possibly path-only href |
The |