]> Dogcows Code - chaz/openbox/blobdiff - obt/parse.c
add obt_parse_tree_from_root and use it, cuz it's nice
[chaz/openbox] / obt / parse.c
index 61fe5b821e3a09b02002b0a846925792a12a06aa..741b19e11fc7cdd712af1af9f97683572cf823f6 100644 (file)
@@ -304,6 +304,11 @@ void obt_parse_tree(ObtParseInst *i, xmlNodePtr node)
     }
 }
 
+void obt_parse_tree_from_root(ObtParseInst *i)
+{
+    obt_parse_tree(i, i->root->children);
+}
+
 gchar *obt_parse_node_string(xmlNodePtr node)
 {
     xmlChar *c = xmlNodeGetContent(node);
This page took 0.021502 seconds and 4 git commands to generate.