summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-25 22:48:04 +0000
committerDana Jansens <danakj@orodu.net>2003-09-25 22:48:04 +0000
commit4460548ca005d208843a4bd7a5d2f1bacb797d6a (patch)
tree5e18fed270025614fc2168dfb36732d16024ec9f /render/theme.h
parentcaca123b908c24b9ff280b2958fcd60708cd117e (diff)
wrap public headers in G_BEGIN/END_DECLS
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