diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-02-17 16:40:12 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-17 16:40:12 +0800 |
commit | 238d4b2091aa051391d6cbadba7140f8cb152390 (patch) | |
tree | 91413a1aacd9c3d4cb8f9d566a2a244f67d6ff8b /e-util/e-xml-utils.h | |
parent | 044ffd870ee8223967439aa5217936e3e1b8500c (diff) | |
download | gsoc2013-evolution-238d4b2091aa051391d6cbadba7140f8cb152390.tar gsoc2013-evolution-238d4b2091aa051391d6cbadba7140f8cb152390.tar.gz gsoc2013-evolution-238d4b2091aa051391d6cbadba7140f8cb152390.tar.bz2 gsoc2013-evolution-238d4b2091aa051391d6cbadba7140f8cb152390.tar.lz gsoc2013-evolution-238d4b2091aa051391d6cbadba7140f8cb152390.tar.xz gsoc2013-evolution-238d4b2091aa051391d6cbadba7140f8cb152390.tar.zst gsoc2013-evolution-238d4b2091aa051391d6cbadba7140f8cb152390.zip |
From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>
2001-02-17 Christopher James Lahey <clahey@ximian.com>
From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>
* gal/util/e-util.h, gal/util/e-xml-utils.h,
gal/widgets/e-canvas-utils.h, gal/widgets/e-colors.h,
gal/widgets/e-cursors.h, gal/widgets/e-gui-utils.h,
gal/widgets/e-popup-menu.h, gal/widgets/e-printable.h,
gal/widgets/gtk-combo-stack.h: Added GNOME_DECLS.
svn path=/trunk/; revision=8267
Diffstat (limited to 'e-util/e-xml-utils.h')
-rw-r--r-- | e-util/e-xml-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-xml-utils.h b/e-util/e-xml-utils.h index d08e99afb0..bdcd756f3b 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> +BEGIN_GNOME_DECLS + xmlNode *e_xml_get_child_by_name (const xmlNode *parent, const xmlChar *child_name); /* lang set to NULL means use the current locale. */ @@ -87,4 +89,6 @@ void e_xml_set_string_prop_by_name (xmlNode *parent, gchar *e_xml_get_translated_string_prop_by_name (const xmlNode *parent, const xmlChar *prop_name); +END_GNOME_DECLS + #endif /* __E_XML_UTILS__ */ |