summaryrefslogtreecommitdiffstats
path: root/ganv/group.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-11 22:35:56 +0000
committerDavid Robillard <d@drobilla.net>2014-01-11 22:35:56 +0000
commit2c07b0df01c7b8ca9e9d5ea1730b09ca3cf801de (patch)
treee1a58dd99261b26be3bfbe8090afe3f0e78784b6 /ganv/group.h
parentafdb578607526ca82cf03ec04cb4f410f11692c1 (diff)
downloadganv-2c07b0df01c7b8ca9e9d5ea1730b09ca3cf801de.tar.gz
ganv-2c07b0df01c7b8ca9e9d5ea1730b09ca3cf801de.tar.bz2
ganv-2c07b0df01c7b8ca9e9d5ea1730b09ca3cf801de.zip
Merge GanvCanvasBase and GanvCanvas.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5302 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv/group.h')
-rw-r--r--ganv/group.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ganv/group.h b/ganv/group.h
index 4bde530..678eacf 100644
--- a/ganv/group.h
+++ b/ganv/group.h
@@ -18,6 +18,8 @@
#include "ganv/item.h"
+G_BEGIN_DECLS
+
/* Based on GnomeCanvasGroup, by Federico Mena <federico@nuclecu.unam.mx>
* and Raph Levien <raph@gimp.org>
* Copyright 1997-2000 Free Software Foundation
@@ -47,4 +49,6 @@ struct _GanvGroupClass {
GType ganv_group_get_type(void) G_GNUC_CONST;
+G_END_DECLS
+
#endif /* GANV_GROUP_H */