diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 17:50:21 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 18:57:40 -0500 |
commit | 6c4fea1e7827cbb1b7deb3926f18041b91de700a (patch) | |
tree | 981ab3477372b7914fd60fc0e7e3bf9b7e6f2950 /docs | |
parent | a5696fe6d4f4e26a50a7aa7c0b9a9d698a793e91 (diff) | |
download | gtk+-6c4fea1e7827cbb1b7deb3926f18041b91de700a.tar.gz |
docs: don't use signal syntax for properties
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/migrating-2to3.xml | 2 |
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> |