aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-xml-utils.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-04-19 16:58:27 +0800
committerChris Lahey <clahey@src.gnome.org>2000-04-19 16:58:27 +0800
commit4780dd12ca591e0301f0d8eb173f8a4817b356d7 (patch)
tree29281e2c1b4c9c35f35f0f724dce8a9cc59d954c /e-util/e-xml-utils.h
parentd66dfd42ac4b8236f8a7f7b7fb015fc3d85aa7e3 (diff)
downloadgsoc2013-evolution-4780dd12ca591e0301f0d8eb173f8a4817b356d7.tar
gsoc2013-evolution-4780dd12ca591e0301f0d8eb173f8a4817b356d7.tar.gz
gsoc2013-evolution-4780dd12ca591e0301f0d8eb173f8a4817b356d7.tar.bz2
gsoc2013-evolution-4780dd12ca591e0301f0d8eb173f8a4817b356d7.tar.lz
gsoc2013-evolution-4780dd12ca591e0301f0d8eb173f8a4817b356d7.tar.xz
gsoc2013-evolution-4780dd12ca591e0301f0d8eb173f8a4817b356d7.tar.zst
gsoc2013-evolution-4780dd12ca591e0301f0d8eb173f8a4817b356d7.zip
Added e_xml_get_child_by_name_by_lang.
2000-04-19 Christopher James Lahey <clahey@helixcode.com> * e-xml-utils.c, e-xml-utils.h: Added e_xml_get_child_by_name_by_lang. svn path=/trunk/; revision=2493
Diffstat (limited to 'e-util/e-xml-utils.h')
-rw-r--r--e-util/e-xml-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-xml-utils.h b/e-util/e-xml-utils.h
index 7b39ddac5f..77cc14bdd5 100644
--- a/e-util/e-xml-utils.h
+++ b/e-util/e-xml-utils.h
@@ -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);