forked from AuroraMiddleware/gtk
docs: Add Since for GtkCellRendererPixbuf:surface
This commit is contained in:
parent
9a50203408
commit
a7638d5ecb
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user