mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 17:20:07 +00:00
Seal priv pointer in GtkIconView.
svn path=/trunk/; revision=20566
This commit is contained in:
parent
33b19ed8ab
commit
2c8add817a
@ -61,7 +61,7 @@ struct _GtkIconView
|
|||||||
{
|
{
|
||||||
GtkContainer parent;
|
GtkContainer parent;
|
||||||
|
|
||||||
GtkIconViewPrivate *priv;
|
GtkIconViewPrivate *GSEAL (priv);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkIconViewClass
|
struct _GtkIconViewClass
|
||||||
|
Loading…
Reference in New Issue
Block a user