Synopsis
char * e_plugin_xml_prop ( | node, | |
| | id); | |
| xmlNodePtr | node; |
| const char * | id; |
Arguments
- node
An XML node.
- id
The name of the property to retrieve.
Description
A static helper function to look up a property on an XML node, and
ensure it is allocated in GLib system memory. If GLib isn't using
the system malloc then it must copy the property value.
Return value
The property, allocated in GLib memory, or NULL if no
such property exists.