aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-21 18:03:01 +0200
committerThomas White <taw@bitwiz.me.uk>2018-10-21 18:03:01 +0200
commit27e08c96c71183edea9be3e189d7152c19b1beac (patch)
tree428735ad37dbfcb9598c4ae3854252a4092d3f8f /src/stylesheet.h
parenta85c7fd76dd50d82841e01018b532ad790f8c564 (diff)
Try <documentname>.ss for stylesheet
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 59afa7d..aa5867f 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -27,9 +27,11 @@
#include <config.h>
#endif
+#include <gio/gio.h>
+
typedef struct _stylesheet Stylesheet;
-extern Stylesheet *stylesheet_load(const char *filename);
+extern Stylesheet *stylesheet_load(GFile *file);
extern char *stylesheet_lookup(Stylesheet *ss, const char *path);
extern void stylesheet_free(Stylesheet *ss);