mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
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:
parent
acea4faf74
commit
fe53ab75bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user