Seal priv pointer in GtkIconView.
svn path=/trunk/; revision=20566
This commit is contained in:
@ -61,7 +61,7 @@ struct _GtkIconView
|
|||||||
{
|
{
|
||||||
GtkContainer parent;
|
GtkContainer parent;
|
||||||
|
|
||||||
GtkIconViewPrivate *priv;
|
GtkIconViewPrivate *GSEAL (priv);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkIconViewClass
|
struct _GtkIconViewClass
|
||||||
|
Reference in New Issue
Block a user