diff options
Diffstat (limited to 'ganv/text.h')
-rw-r--r-- | ganv/text.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ganv/text.h b/ganv/text.h index 11394b5..7429fcc 100644 --- a/ganv/text.h +++ b/ganv/text.h @@ -38,9 +38,12 @@ struct _GanvText { struct _GanvTextClass { GanvItemClass parent_class; + + /* Reserved for future expansion */ + gpointer spare_vmethods [4]; }; -GType ganv_text_get_type(void); +GType ganv_text_get_type(void) G_GNUC_CONST; void ganv_text_layout(GanvText* text); |