seal all members.

* gtk/gtkcellrendererpixbuf.h: seal all members.

svn path=/trunk/; revision=20511
This commit is contained in:
Tim Janik 2008-06-20 10:59:48 +00:00
parent 03a27c861d
commit 2c8371202a

View File

@ -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