Name

e_plugin_xml_content_domain —

Synopsis

char * e_plugin_xml_content_domain (node,  
 domain); 
xmlNodePtr  node;
const char *  domain;

Arguments

node

domain

Description

A static helper function to retrieve the entire textual content of an XML node, and ensure it is allocated in GLib system memory. If GLib isn't using the system malloc them it must copy the content.

Return value

The node content, allocated in GLib memory.