aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-xml-hash-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* encode the text (e_xml_from_hash): pass xmlDoc to foreach methodJP Rosevear2003-07-171-9/+24
| | | | | | | | | | | 2003-07-03 JP Rosevear <jpr@ximian.com> * e-xml-hash-utils.c (foreach_save_func): encode the text (e_xml_from_hash): pass xmlDoc to foreach method (e_xmlhash_new): check for file existence (e_xmlhash_destroy): only destroy the hash if it exists svn path=/trunk/; revision=21856
* don't leak an extra copy of the valuesDan Winship2003-06-201-0/+1
| | | | | | | * e-xml-hash-utils.c (e_xml_to_hash): don't leak an extra copy of the values svn path=/trunk/; revision=21497
* Update for a libxml2 change that was making this code g_warn a lotDan Winship2003-03-131-1/+1
| | | | | | | * e-xml-hash-utils.c (e_xml_to_hash): Update for a libxml2 change that was making this code g_warn a lot svn path=/trunk/; revision=20264
* New, sort of from evolution-recurid-branch.Dan Winship2003-01-181-0/+235
* e-xml-hash-utils.c: New, sort of from evolution-recurid-branch. svn path=/trunk/; revision=19503