mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +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;
|
GtkContainer container;
|
||||||
|
|
||||||
GtkWidget *child;
|
GtkWidget * GSEAL(child);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkBinClass
|
struct _GtkBinClass
|
||||||
|
Loading…
Reference in New Issue
Block a user