Method
EDataServerWebDAVSessionensure_full_uri
since: 3.24
Declaration [src]
gchar*
e_webdav_session_ensure_full_uri (
EWebDAVSession* webdav,
const GUri* request_uri,
const gchar* href
)
Description [src]
Converts possibly path-only href into a full URI under the request_uri.
When the request_uri is NULL, the URI defined in associated ESource is
used instead, taken from the ESourceWebdav extension, if defined.
Free the returned pointer with g_free(), when no longer needed.
Available since: 3.24
Parameters
request_uri-
Type:
GUriA
GUrito which thehrefbelongs, orNULL.The argument can be NULL.The data is owned by the caller of the method. href-
Type:
const gchar*A possibly path-only href.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.