Function

EDataServerWebDAVSessionutil_contains_supported_report

unstable since: 3.62

Declaration [src]

gboolean
e_webdav_session_util_contains_supported_report (
  xmlNodePtr prop_node,
  const gchar* report_ns,
  const gchar* report_name
)

Description [src]

Checks whether the prop_node contains a child element for DAV:supported-report-set/DAV:supported-report/DAV:report from namespace report_ns and named report_name.

The report_ns can be NULL, then DAV namespace is used.

Available since: 3.62

This function is not directly available to language bindings.

Parameters

prop_node

Type: xmlNodePtr

An xmlNodePtr.

report_ns

Type: const gchar*

Name space of the searched report name, or NULL.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
report_name

Type: const gchar*

The report name.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

Whether the report_name from report_ns exists in a response from supported reports query.