Virtual Method

XemeStanzamarshal

unstable since: 0.1

Declaration [src]

char*
marshal (
  XemeStanza* stanza
  GError** error
)

Description [src]

Marshals the stanza into a string.

Available since: 0.1

Return value

Type: char*

The marshaled stanza as a string or NULL with error set on failure.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.