Docs: Refer to GtkWidget::can_target in migration guide

This makes the docs consistent with the renaming changes in commit
ef982b7d46.
This commit is contained in:
Jason Francis 2020-03-12 14:10:38 -04:00
parent ff0909f366
commit 3830e764d7

View File

@ -717,8 +717,8 @@
<title>Adapt to changes in GtkOverlay API</title>
<para>
The GtkOverlay::pass-through child property has been replaced by the
GtkWidget::can-pick property. Note that they have the opposite sense:
pass-through == !can-pick.
GtkWidget::can-target property. Note that they have the opposite sense:
pass-through == !can-target.
</para>
</section>