diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-19 19:07:36 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-19 19:07:36 +0200 |
commit | 4824a730841d5ee3b4492221f42cc40ee7296974 (patch) | |
tree | 1cfee2d71da55a5f506078a71c9e3fbed92e6ca9 /gtk/gtkeventbox.h | |
parent | 921f069269e27bb2505f569b0d655b96aca54cad (diff) | |
download | gtk+-4824a730841d5ee3b4492221f42cc40ee7296974.tar.gz |
Add padding to class structs
Diffstat (limited to 'gtk/gtkeventbox.h')
-rw-r--r-- | gtk/gtkeventbox.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkeventbox.h b/gtk/gtkeventbox.h index 079ff48e30..fddd76a2b4 100644 --- a/gtk/gtkeventbox.h +++ b/gtk/gtkeventbox.h @@ -55,6 +55,12 @@ struct _GtkEventBox struct _GtkEventBoxClass { GtkBinClass parent_class; + + /* Padding for future expansion */ + void (*_gtk_reserved1) (void); + void (*_gtk_reserved2) (void); + void (*_gtk_reserved3) (void); + void (*_gtk_reserved4) (void); }; GType gtk_event_box_get_type (void) G_GNUC_CONST; |