From b550cf48a14e48245098da4935204dd334319f08 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 29 Oct 2018 22:43:54 +0100 Subject: Save the stylesheet --- src/stylesheet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stylesheet.h') diff --git a/src/stylesheet.h b/src/stylesheet.h index c24c62c..537b2f9 100644 --- a/src/stylesheet.h +++ b/src/stylesheet.h @@ -34,6 +34,8 @@ typedef struct _stylesheet Stylesheet; extern Stylesheet *stylesheet_load(GFile *file); +extern int stylesheet_save(Stylesheet *ss, GFile *file); + extern int parse_colour_duo(const char *a, GdkRGBA *col1, GdkRGBA *col2); extern char *stylesheet_lookup(Stylesheet *ss, const char *path, const char *key); -- cgit v1.2.3