summaryrefslogtreecommitdiffstats
path: root/ganv/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/port.h')
-rw-r--r--ganv/port.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ganv/port.h b/ganv/port.h
index 9775ac6..a4c43ef 100644
--- a/ganv/port.h
+++ b/ganv/port.h
@@ -39,9 +39,12 @@ struct _GanvPort {
struct _GanvPortClass {
GanvBoxClass parent_class;
+
+ /* Reserved for future expansion */
+ gpointer spare_vmethods [4];
};
-GType ganv_port_get_type(void);
+GType ganv_port_get_type(void) G_GNUC_CONST;
GanvPort*
ganv_port_new(GanvModule* module,