From fe53ab75bb6de7bacd1ee2c212131eaf241bed5a Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 20 Jun 2008 10:57:52 +0000 Subject: [PATCH] Deprecate direct access to public variables in GtkBox. * gtk/gtkbox.h: Deprecate direct access through GSEAL(). svn path=/trunk/; revision=20489 --- gtk/gtkbox.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkbox.h b/gtk/gtkbox.h index 9e7083662..3110fa3a0 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 -- 2.43.2