aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-11-01 23:11:19 +0100
committerThomas White <taw@bitwiz.me.uk>2018-11-01 23:22:13 +0100
commitac114445ed6e5c8722a9eec0fe934df00c615f2d (patch)
treef4e5599d4afd4a35efb1b48bdec06660d8d44e2d /src/stylesheet.h
parent983e03f02bd948083bf4c57b7eabf19674f743a4 (diff)
Implement "revert" in stylesheet editor
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 537b2f9..16d0a0a 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -36,6 +36,10 @@ extern Stylesheet *stylesheet_load(GFile *file);
extern int stylesheet_save(Stylesheet *ss, GFile *file);
+extern char *stylesheet_data(Stylesheet *ss);
+
+extern void stylesheet_set_data(Stylesheet *ss, const char *data);
+
extern int parse_colour_duo(const char *a, GdkRGBA *col1, GdkRGBA *col2);
extern char *stylesheet_lookup(Stylesheet *ss, const char *path, const char *key);