From 613453b1095e325149b8d37e5731d415e1d5f9bd Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Thu, 31 Oct 2002 21:30:57 +0000 Subject: merging the gal-2 branch back to the trunk. merging the gal-2 branch back to the trunk. svn path=/trunk/; revision=18471 --- e-util/e-xml-utils.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'e-util/e-xml-utils.h') diff --git a/e-util/e-xml-utils.h b/e-util/e-xml-utils.h index b0811da013..ad16b10ea6 100644 --- a/e-util/e-xml-utils.h +++ b/e-util/e-xml-utils.h @@ -24,11 +24,10 @@ #ifndef __E_XML_UTILS__ #define __E_XML_UTILS__ -#include #include -#include +#include -BEGIN_GNOME_DECLS +G_BEGIN_DECLS xmlNode *e_xml_get_child_by_name (const xmlNode *parent, const xmlChar *child_name); @@ -39,7 +38,7 @@ xmlNode *e_xml_get_child_by_name_by_lang (const xmlNode *parent, /* lang_list set to NULL means use the current locale. */ xmlNode *e_xml_get_child_by_name_by_lang_list (const xmlNode *parent, const gchar *name, - GList *lang_list); + const GList *lang_list); xmlNode *e_xml_get_child_by_name_no_lang (const xmlNode *parent, const gchar *name); @@ -95,9 +94,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); - -int e_xml_save_file (const char *filename, xmlDocPtr doc); - -END_GNOME_DECLS +G_END_DECLS #endif /* __E_XML_UTILS__ */ -- cgit