docs: don't use signal syntax for properties

This commit is contained in:
William Jon McCann 2014-01-21 17:50:21 -05:00
parent a5696fe6d4
commit 6c4fea1e78

View File

@ -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>