ensure_full_uri


Description:

[ 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.

Parameters:

this

an WebDAVSession

request_uri

a Uri to which the href belongs, or null

href

a possibly path-only href

Returns:

The href as a full URI