Name
e_plugin_xml_prop_domain —
Synopsis
char * e_plugin_xml_prop_domain ( | node, | |
| | id, | |
| | domain); | |
| xmlNodePtr | node; |
| const char * | id; |
| const char * | domain; |
Arguments
- node
An XML node.
- id
The name of the property to retrieve.
- domain
The translation domain for this string.
Description
A static helper function to look up a property on an XML node, and
translate it based on domain.
Return value
The property, allocated in GLib memory, or NULL if no
such property exists.