docs: Add Since for GtkCellRendererPixbuf:surface

This commit is contained in:
David King 2015-01-09 14:37:17 +00:00 committed by David King
parent 9a50203408
commit a7638d5ecb

View File

@ -168,6 +168,11 @@ gtk_cell_renderer_pixbuf_class_init (GtkCellRendererPixbufClass *class)
P_("Pixbuf for closed expander"),
GDK_TYPE_PIXBUF,
GTK_PARAM_READWRITE));
/**
* GtkCellRendererPixbuf:surface:
*
* Since: 3.10
*/
g_object_class_install_property (object_class,
PROP_SURFACE,
g_param_spec_boxed ("surface",