diff options
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 3548da09ad..3129ae16cc 100644 --- a/gtk/gtkeventbox.h +++ b/gtk/gtkeventbox.h @@ -54,10 +54,16 @@ struct _GtkEventBox GtkEventBoxPrivate *priv; }; +/** + * GtkEventBoxClass: + * @parent_class: The parent class. + */ struct _GtkEventBoxClass { GtkBinClass parent_class; + /*< private >*/ + /* Padding for future expansion */ void (*_gtk_reserved1) (void); void (*_gtk_reserved2) (void); |