Seal priv pointer in GtkIconView.

svn path=/trunk/; revision=20566
This commit is contained in:
Tim Janik 2008-06-20 11:04:50 +00:00
parent 33b19ed8ab
commit 2c8add817a

View File

@ -61,7 +61,7 @@ struct _GtkIconView
{
GtkContainer parent;
GtkIconViewPrivate *priv;
GtkIconViewPrivate *GSEAL (priv);
};
struct _GtkIconViewClass