summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-08-19 17:45:54 +0200
committerTimm Bäder <mail@baedert.org>2018-08-25 08:06:14 +0200
commiteb22c7c9c3ba060e2acad872948a1c7727b3195f (patch)
treef612a638c99697689851bb7ce2827a7920063a95
parent749ef4d71ca018a18fd608bf3b2e4c022727e2ae (diff)
downloadgtk+-eb22c7c9c3ba060e2acad872948a1c7727b3195f.tar.gz
image: Fix gtkdoc property syntax
-rw-r--r--gtk/gtkimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c
index 6be66f46da..5aa0ea5cb9 100644
--- a/gtk/gtkimage.c
+++ b/gtk/gtkimage.c
@@ -72,7 +72,7 @@
* # CSS nodes
*
* GtkImage has a single CSS node with the name image. The style classes
- * .normal-icons or .large-icons may appear, depending on the #GtkImage::icon-size
+ * .normal-icons or .large-icons may appear, depending on the #GtkImage:icon-size
* property.
*/