diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-03-05 08:27:26 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-03-05 08:27:26 +0800 |
commit | cfb64e0ced9d5a058d934e3c55aaab5a9242852d (patch) | |
tree | a4e5628243ac142e148665a892df6e5b642dd662 /e-util/e-xml-utils.h | |
parent | 391ccf456131d38de59406f0f8e6b2bece809073 (diff) | |
download | gsoc2013-evolution-cfb64e0ced9d5a058d934e3c55aaab5a9242852d.tar gsoc2013-evolution-cfb64e0ced9d5a058d934e3c55aaab5a9242852d.tar.gz gsoc2013-evolution-cfb64e0ced9d5a058d934e3c55aaab5a9242852d.tar.bz2 gsoc2013-evolution-cfb64e0ced9d5a058d934e3c55aaab5a9242852d.tar.lz gsoc2013-evolution-cfb64e0ced9d5a058d934e3c55aaab5a9242852d.tar.xz gsoc2013-evolution-cfb64e0ced9d5a058d934e3c55aaab5a9242852d.tar.zst gsoc2013-evolution-cfb64e0ced9d5a058d934e3c55aaab5a9242852d.zip |
Added e_xml_set_integer_prop_by_name.
2000-03-04 Christopher James Lahey <clahey@helixcode.com>
* e-util/e-xml-utils.c, e-util/e-xml-utils.h: Added
e_xml_set_integer_prop_by_name.
svn path=/trunk/; revision=2051
Diffstat (limited to 'e-util/e-xml-utils.h')
-rw-r--r-- | e-util/e-xml-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-xml-utils.h b/e-util/e-xml-utils.h index c9b0ff2b39..7b39ddac5f 100644 --- a/e-util/e-xml-utils.h +++ b/e-util/e-xml-utils.h @@ -27,5 +27,6 @@ #include <gnome-xml/tree.h> xmlNode *e_xml_get_child_by_name(xmlNode *parent, xmlChar *child_name); 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); #endif /* __E_XML_UTILS__ */ |