Method

EDataServerXmlDocumentwrite_buffer

since: 3.26

Declaration [src]

void
e_xml_document_write_buffer (
  EXmlDocument* xml,
  const gchar* value,
  gint len
)

Description [src]

Writes value of length len as content of the current element.

Available since: 3.26

Parameters

value

Type: const gchar*

Value to write as the content.

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

Type: gint

Length of value.