seal private member.
* gtk/gtkiconfactory.h: seal private member. svn path=/trunk/; revision=20499
This commit is contained in:
@ -51,7 +51,7 @@ struct _GtkIconFactory
|
||||
{
|
||||
GObject parent_instance;
|
||||
|
||||
GHashTable *icons;
|
||||
GHashTable *GSEAL (icons);
|
||||
};
|
||||
|
||||
struct _GtkIconFactoryClass
|
||||
|
||||
Reference in New Issue
Block a user