aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
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);