forked from AuroraMiddleware/gtk
Seal priv pointer in GtkStatusIcon.
svn path=/trunk/; revision=20582
This commit is contained in:
parent
b0e2c53e0a
commit
a64822742d
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;
|
GObject parent_instance;
|
||||||
|
|
||||||
GtkStatusIconPrivate *priv;
|
GtkStatusIconPrivate *GSEAL (priv);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkStatusIconClass
|
struct _GtkStatusIconClass
|
||||||
|
Loading…
Reference in New Issue
Block a user