summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrendererpixbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcellrendererpixbuf.h')
-rw-r--r--gtk/gtkcellrendererpixbuf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkcellrendererpixbuf.h b/gtk/gtkcellrendererpixbuf.h
index 7886f8e3b4..33b92d03e9 100644
--- a/gtk/gtkcellrendererpixbuf.h
+++ b/gtk/gtkcellrendererpixbuf.h
@@ -45,9 +45,9 @@ struct _GtkCellRendererPixbuf
GtkCellRenderer parent;
/*< private >*/
- GdkPixbuf *pixbuf;
- GdkPixbuf *pixbuf_expander_open;
- GdkPixbuf *pixbuf_expander_closed;
+ GdkPixbuf *GSEAL (pixbuf);
+ GdkPixbuf *GSEAL (pixbuf_expander_open);
+ GdkPixbuf *GSEAL (pixbuf_expander_closed);
};
struct _GtkCellRendererPixbufClass