]> Dogcows Code - chaz/openbox/blobdiff - obt/parse.h
add obt_parse_save_file() method to the obt parse library
[chaz/openbox] / obt / parse.h
index acc3f5c6cc3ed5bfcff1de0139664d86cfb5c852..400acf94eedd4d0d78896f63f1330aeba4cc8dcd 100644 (file)
@@ -51,6 +51,10 @@ gboolean obt_parse_load_theme_file(ObtParseInst *inst,
 gboolean obt_parse_load_mem(ObtParseInst *inst,
                             gpointer data, guint len, const gchar *root_node);
 
+gboolean obt_parse_save_file(ObtParseInst *inst,
+                             const gchar *path,
+                             gboolean pretty);
+
 xmlDocPtr obt_parse_doc(ObtParseInst *inst);
 xmlNodePtr obt_parse_root(ObtParseInst *inst);
 
This page took 0.016831 seconds and 4 git commands to generate.