X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obt%2Fparse.h;h=400acf94eedd4d0d78896f63f1330aeba4cc8dcd;hb=04dc598a1fb195065403055fbb95589dd3511daa;hp=acc3f5c6cc3ed5bfcff1de0139664d86cfb5c852;hpb=2f09e0ce388f63c341cb328d795766e2bd0dc24b;p=chaz%2Fopenbox diff --git a/obt/parse.h b/obt/parse.h index acc3f5c6..400acf94 100644 --- a/obt/parse.h +++ b/obt/parse.h @@ -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);