diff options
Diffstat (limited to 'e-util/e-xml-utils.h-82548')
-rw-r--r-- | e-util/e-xml-utils.h-82548 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-xml-utils.h-82548 b/e-util/e-xml-utils.h-82548 index 7b39ddac5f..77cc14bdd5 100644 --- a/e-util/e-xml-utils.h-82548 +++ b/e-util/e-xml-utils.h-82548 @@ -26,6 +26,8 @@ #include <gnome.h> #include <gnome-xml/tree.h> xmlNode *e_xml_get_child_by_name(xmlNode *parent, xmlChar *child_name); +/* lang set to NULL means use the current locale. */ +xmlNode *e_xml_get_child_by_name_by_lang(xmlNode *parent, xmlChar *child_name, char *lang); int e_xml_get_integer_prop_by_name(xmlNode *parent, xmlChar *prop_name); void e_xml_set_integer_prop_by_name(xmlNode *parent, xmlChar *prop_name, int value); |