Seal priv pointer in GtkIconTheme.

svn path=/trunk/; revision=20565
This commit is contained in:
Tim Janik 2008-06-20 11:04:45 +00:00
parent 370226aa9f
commit 33b19ed8ab

View File

@ -49,7 +49,7 @@ struct _GtkIconTheme
/*< private >*/
GObject parent_instance;
GtkIconThemePrivate *priv;
GtkIconThemePrivate *GSEAL (priv);
};
struct _GtkIconThemeClass