summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/theme.h')
-rw-r--r--render/theme.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/render/theme.h b/render/theme.h
index 651f09e7..f61944b7 100644
--- a/render/theme.h
+++ b/render/theme.h
@@ -21,6 +21,8 @@
#include "render.h"
+G_BEGIN_DECLS
+
typedef struct _RrTheme RrTheme;
struct _RrTheme {
@@ -187,4 +189,6 @@ struct _RrTheme {
RrTheme* RrThemeNew(const RrInstance *inst, gchar *theme);
void RrThemeFree(RrTheme *theme);
+G_END_DECLS
+
#endif