diff --git a/gtk/gtkflowbox.h b/gtk/gtkflowbox.h index 1b8f811553..d620bc4c6d 100644 --- a/gtk/gtkflowbox.h +++ b/gtk/gtkflowbox.h @@ -51,15 +51,19 @@ typedef struct _GtkFlowBoxChildClass GtkFlowBoxChildClass; struct _GtkFlowBoxChild { + /*< private >*/ GtkWidget parent_instance; }; struct _GtkFlowBoxChildClass { + /*< private >*/ GtkWidgetClass parent_class; + /*< public >*/ void (* activate) (GtkFlowBoxChild *child); + /*< private >*/ gpointer padding[8]; };