Add padding to class structs

This commit is contained in:
Matthias Clasen
2010-10-19 19:07:36 +02:00
parent 921f069269
commit 4824a73084
60 changed files with 200 additions and 42 deletions

View File

@ -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;