Method

EDataServerXmlDocumentwrite_base64

since: 3.26

Declaration [src]

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

Description [src]

Writes value of length len, encoded to base64, 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.