mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 17:20:07 +00:00
Seal priv pointer in GtkIconTheme.
svn path=/trunk/; revision=20565
This commit is contained in:
parent
370226aa9f
commit
33b19ed8ab
@ -49,7 +49,7 @@ struct _GtkIconTheme
|
||||
/*< private >*/
|
||||
GObject parent_instance;
|
||||
|
||||
GtkIconThemePrivate *priv;
|
||||
GtkIconThemePrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkIconThemeClass
|
||||
|
Loading…
Reference in New Issue
Block a user