mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 01:40:10 +00:00
seal private member.
* gtk/gtkiconfactory.h: seal private member. svn path=/trunk/; revision=20499
This commit is contained in:
parent
868135e879
commit
db9b3c138e
@ -51,7 +51,7 @@ struct _GtkIconFactory
|
||||
{
|
||||
GObject parent_instance;
|
||||
|
||||
GHashTable *icons;
|
||||
GHashTable *GSEAL (icons);
|
||||
};
|
||||
|
||||
struct _GtkIconFactoryClass
|
||||
|
Loading…
Reference in New Issue
Block a user