summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 17:50:21 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 18:57:40 -0500
commit6c4fea1e7827cbb1b7deb3926f18041b91de700a (patch)
tree981ab3477372b7914fd60fc0e7e3bf9b7e6f2950 /docs
parenta5696fe6d4f4e26a50a7aa7c0b9a9d698a793e91 (diff)
downloadgtk+-6c4fea1e7827cbb1b7deb3926f18041b91de700a.tar.gz
docs: don't use signal syntax for properties
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/migrating-2to3.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml
index da9f6554b4..7fe9763330 100644
--- a/docs/reference/gtk/migrating-2to3.xml
+++ b/docs/reference/gtk/migrating-2to3.xml
@@ -1141,7 +1141,7 @@ gtk_arrow_draw (GtkWidget *widget,
by the #GtkScrollable interface which must be implemented by a widget
that wants to be placed in a #GtkScrolledWindow. Instead of emitting
::set-scroll-adjustments, the scrolled window simply sets the
- #GtkScrollable::hadjustment and #GtkScrollable::vadjustment properties.
+ #GtkScrollable:hadjustment and #GtkScrollable:vadjustment properties.
</para>
</section>