summaryrefslogtreecommitdiffstats
path: root/ganv/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/group.h')
-rw-r--r--ganv/group.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ganv/group.h b/ganv/group.h
index 42ad5df..0f835e4 100644
--- a/ganv/group.h
+++ b/ganv/group.h
@@ -32,13 +32,13 @@ 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))
-typedef struct _GanvGroup GanvGroup;
-typedef struct _GanvGroupImpl GanvGroupImpl;
-typedef struct _GanvGroupClass GanvGroupClass;
+typedef struct _GanvGroup GanvGroup;
+typedef struct _GanvGroupPrivate GanvGroupPrivate;
+typedef struct _GanvGroupClass GanvGroupClass;
struct _GanvGroup {
- GanvItem item;
- GanvGroupImpl* impl;
+ GanvItem item;
+ GanvGroupPrivate* impl;
};
struct _GanvGroupClass {