a namespace URI
element name
human read-able description, or %NULL
an #EWebDAVPrivilegeKind
an #EWebDAVPrivilegeHint
Frees an #EWebDAVPrivilege previously created with e_webdav_privilege_new()
or e_webdav_privilege_copy(). The function does nothing, if ptr
is %NULL.
an #EWebDAVPrivilege
Describes one privilege entry. The hint
can be %E_WEBDAV_PRIVILEGE_HINT_UNKNOWN
for privileges which are not known to the #EWebDAVSession. It's possible, because
the servers can define their own privileges. The hint is also tried to pair with
known hints when it's %E_WEBDAV_PRIVILEGE_HINT_UNKNOWN.
The ns_uri
and name
can be %NULL only if the hint
is one of the known
privileges. Otherwise it's an error to pass either of the two as %NULL.
a namespace URI
element name
human read-able description, or %NULL
an #EWebDAVPrivilegeKind
an #EWebDAVPrivilegeHint
Describes one privilege entry. The
hint
can be %E_WEBDAV_PRIVILEGE_HINT_UNKNOWN for privileges which are not known to the #EWebDAVSession. It's possible, because the servers can define their own privileges. The hint is also tried to pair with known hints when it's %E_WEBDAV_PRIVILEGE_HINT_UNKNOWN.The
ns_uri
andname
can be %NULL only if thehint
is one of the known privileges. Otherwise it's an error to pass either of the two as %NULL.