summaryrefslogtreecommitdiffstats
path: root/ganv/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/group.h')
-rw-r--r--ganv/group.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ganv/group.h b/ganv/group.h
index 0f835e4..d21a8ed 100644
--- a/ganv/group.h
+++ b/ganv/group.h
@@ -18,6 +18,9 @@
#include "ganv/item.h"
+#include <glib-object.h>
+#include <glib.h>
+
G_BEGIN_DECLS
/* Based on GnomeCanvasGroup, by Federico Mena <federico@nuclecu.unam.mx>
@@ -32,6 +35,9 @@ G_BEGIN_DECLS
#define GANV_IS_GROUP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), GANV_TYPE_GROUP))
#define GANV_GROUP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GANV_TYPE_GROUP, GanvGroupClass))
+struct _GanvGroup;
+struct _GanvGroupClass;
+
typedef struct _GanvGroup GanvGroup;
typedef struct _GanvGroupPrivate GanvGroupPrivate;
typedef struct _GanvGroupClass GanvGroupClass;