Deprecate direct access to public variables in GtkBox.
* gtk/gtkbox.h: Deprecate direct access through GSEAL(). svn path=/trunk/; revision=20489
This commit is contained in:
@ -56,9 +56,9 @@ struct _GtkBox
|
|||||||
GtkContainer container;
|
GtkContainer container;
|
||||||
|
|
||||||
/*< public >*/
|
/*< public >*/
|
||||||
GList *children;
|
GList *GSEAL (children);
|
||||||
gint16 spacing;
|
gint16 GSEAL (spacing);
|
||||||
guint homogeneous : 1;
|
guint GSEAL (homogeneous : 1);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkBoxClass
|
struct _GtkBoxClass
|
||||||
|
Reference in New Issue
Block a user