From 4780dd12ca591e0301f0d8eb173f8a4817b356d7 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 19 Apr 2000 08:58:27 +0000 Subject: Added e_xml_get_child_by_name_by_lang. 2000-04-19 Christopher James Lahey * e-xml-utils.c, e-xml-utils.h: Added e_xml_get_child_by_name_by_lang. svn path=/trunk/; revision=2493 --- e-util/e-xml-utils.h-82548 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/e-xml-utils.h-82548') 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 #include 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); -- cgit