Seal priv pointer in GtkStatusIcon.
svn path=/trunk/; revision=20582
This commit is contained in:
2
gtk/gtkstatusicon.h
Normal file → Executable file
2
gtk/gtkstatusicon.h
Normal file → Executable file
@ -48,7 +48,7 @@ struct _GtkStatusIcon
|
||||
{
|
||||
GObject parent_instance;
|
||||
|
||||
GtkStatusIconPrivate *priv;
|
||||
GtkStatusIconPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkStatusIconClass
|
||||
|
Reference in New Issue
Block a user