Function

EBookDestinationexportv

Declaration [src]

gchar*
e_destination_exportv (
  EDestination** destv
)

Description [src]

Exports multiple EDestination elements to a single XML document.

Parameters

destv

Type: An array of EDestination*

A NULL-terminated array of pointers to EDestination.

The array must be NULL-terminated.
The data is owned by the caller of the function.

Return value

Type: gchar*

An XML string, allocated with g_malloc.

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