summaryrefslogtreecommitdiffstats
path: root/ganv/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/group.h')
-rw-r--r--ganv/group.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ganv/group.h b/ganv/group.h
index 678eacf..0d77ee6 100644
--- a/ganv/group.h
+++ b/ganv/group.h
@@ -45,6 +45,9 @@ struct _GanvGroup {
struct _GanvGroupClass {
GanvItemClass parent_class;
+
+ /* Reserved for future expansion */
+ gpointer spare_vmethods [4];
};
GType ganv_group_get_type(void) G_GNUC_CONST;