diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-07 04:33:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-07 04:33:22 +0800 |
commit | ff5210dad57e38a54dbc9aca94d0b7479d35467f (patch) | |
tree | f7df92d1c9681e03095772c38b4ed216a6046b01 /e-util/e-xml-utils.h | |
parent | 71eabe9f8c8c6a31f26cd1a02d1f49612bc46f38 (diff) | |
download | gsoc2013-evolution-ff5210dad57e38a54dbc9aca94d0b7479d35467f.tar.gz gsoc2013-evolution-ff5210dad57e38a54dbc9aca94d0b7479d35467f.tar.zst gsoc2013-evolution-ff5210dad57e38a54dbc9aca94d0b7479d35467f.zip |
Bumped version to 0.19.99.18
2002-08-06 Jeffrey Stedfast <fejj@ximian.com>
* configure.in: Bumped version to 0.19.99.18
* gal/util/e-xml-utils.c (e_xml_save_file): New convenience
function to save an xmlDocPtr. Replaces xmlSaveFile because
xmlSaveFile isn't dependable.
svn path=/trunk/; revision=17718
Diffstat (limited to 'e-util/e-xml-utils.h')
-rw-r--r-- | e-util/e-xml-utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-xml-utils.h b/e-util/e-xml-utils.h index 54981c96e6..b0811da013 100644 --- a/e-util/e-xml-utils.h +++ b/e-util/e-xml-utils.h @@ -95,6 +95,9 @@ 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 #endif /* __E_XML_UTILS__ */ |