mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Deprecate direct access to child in GtkBin.
* gtk/gtkbin.h: Deprecate direct access to child by GSEAL. svn path=/trunk/; revision=20483
This commit is contained in:
parent
2436a762e4
commit
bde0b4458f
@ -53,7 +53,7 @@ struct _GtkBin
|
||||
{
|
||||
GtkContainer container;
|
||||
|
||||
GtkWidget *child;
|
||||
GtkWidget * GSEAL(child);
|
||||
};
|
||||
|
||||
struct _GtkBinClass
|
||||
|
Loading…
Reference in New Issue
Block a user