mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
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"),
|
P_("Pixbuf for closed expander"),
|
||||||
GDK_TYPE_PIXBUF,
|
GDK_TYPE_PIXBUF,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
|
/**
|
||||||
|
* GtkCellRendererPixbuf:surface:
|
||||||
|
*
|
||||||
|
* Since: 3.10
|
||||||
|
*/
|
||||||
g_object_class_install_property (object_class,
|
g_object_class_install_property (object_class,
|
||||||
PROP_SURFACE,
|
PROP_SURFACE,
|
||||||
g_param_spec_boxed ("surface",
|
g_param_spec_boxed ("surface",
|
||||||
|
Loading…
Reference in New Issue
Block a user