seal all members.
* gtk/gtkcellrendererpixbuf.h: seal all members. svn path=/trunk/; revision=20511
This commit is contained in:
parent
03a27c861d
commit
2c8371202a
@ -45,9 +45,9 @@ struct _GtkCellRendererPixbuf
|
|||||||
GtkCellRenderer parent;
|
GtkCellRenderer parent;
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GdkPixbuf *pixbuf;
|
GdkPixbuf *GSEAL (pixbuf);
|
||||||
GdkPixbuf *pixbuf_expander_open;
|
GdkPixbuf *GSEAL (pixbuf_expander_open);
|
||||||
GdkPixbuf *pixbuf_expander_closed;
|
GdkPixbuf *GSEAL (pixbuf_expander_closed);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkCellRendererPixbufClass
|
struct _GtkCellRendererPixbufClass
|
||||||
|
Loading…
Reference in New Issue
Block a user