diff --git a/gtk/gtkbox.h b/gtk/gtkbox.h index 9e70836620..3110fa3a05 100644 --- a/gtk/gtkbox.h +++ b/gtk/gtkbox.h @@ -56,9 +56,9 @@ struct _GtkBox GtkContainer container; /*< public >*/ - GList *children; - gint16 spacing; - guint homogeneous : 1; + GList *GSEAL (children); + gint16 GSEAL (spacing); + guint GSEAL (homogeneous : 1); }; struct _GtkBoxClass