diff src/xmlnode.h @ 10337:682201b69107

[gaim-migrate @ 11545] * Preliminary reading of status.xml using xmlnode.[h|c] * I made a few changes the blist.xml readering code that I think makes it cleaner * "gaim_statuses_find_saved" makes more sense to me than "gaim_statuses_find_stored" * struct GaimStatus isn't really supposed to be used for keeping the saved statuses, is it? I don't see how that would work. It seems to make more sense to have a separate data structure for it. Maybe I'm not seeing things clearly. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 09 Dec 2004 03:55:19 +0000
parents d88ee1d73a93
children 5b7a74d397cc
line wrap: on
line diff
--- a/src/xmlnode.h	Thu Dec 09 03:10:30 2004 +0000
+++ b/src/xmlnode.h	Thu Dec 09 03:55:19 2004 +0000
@@ -173,7 +173,9 @@
 char *xmlnode_to_formatted_str(xmlnode *node, int *len);
 
 /**
- * Creates a node from a string of xml.
+ * Creates a node from a string of XML.  Calling this on the
+ * root node of an XML document will parse the entire document
+ * into a tree of nodes, and return the xmlnode of the root.
  *
  * @param str  The string of xml.
  * @param size The size of the string.