Method

XemeExtensionserialize

since: 0.1

Declaration [src]

char*
xeme_extension_serialize (
  XemeExtension* extension
)

Description [src]

Serializes extension into XML.

This calls Xeme.ExtensionClass.serialize to do the actual serialization.

Available since: 0.1

Return value

Type: char*

The XML data as a string for extension.

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