From 23f72082358b56ce869733571a386952f944489e Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Wed, 22 Nov 2017 18:57:48 +0000 Subject: [PATCH] =?UTF-8?q?CellRendererPixbuf:=20Link=20stock-size=20doc?= =?UTF-8?q?=20=E2=86=92=20IconSize?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a doc comment for :stock-size in order to link to GtkIconSize. --- gtk/gtkcellrendererpixbuf.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk/gtkcellrendererpixbuf.c b/gtk/gtkcellrendererpixbuf.c index 54c35124d7..b9cce687b2 100644 --- a/gtk/gtkcellrendererpixbuf.c +++ b/gtk/gtkcellrendererpixbuf.c @@ -185,6 +185,13 @@ gtk_cell_renderer_pixbuf_class_init (GtkCellRendererPixbufClass *class) GDK_TYPE_TEXTURE, GTK_PARAM_READWRITE)); + /** + * GtkCellRendererPixbuf:stock-size: + * + * The #GtkIconSize value that specifies the size of the rendered icon. + * + * Since: 2.2 + */ g_object_class_install_property (object_class, PROP_STOCK_SIZE, g_param_spec_uint ("stock-size",