From 3830e764d7168caa2218a469ac2d33e8639dda08 Mon Sep 17 00:00:00 2001 From: Jason Francis Date: Thu, 12 Mar 2020 14:10:38 -0400 Subject: [PATCH] Docs: Refer to GtkWidget::can_target in migration guide This makes the docs consistent with the renaming changes in commit ef982b7d46125f206b59ae4222d26947bda86246. --- docs/reference/gtk/migrating-3to4.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml index 26a2a0ec6a..2ee41aac75 100644 --- a/docs/reference/gtk/migrating-3to4.xml +++ b/docs/reference/gtk/migrating-3to4.xml @@ -717,8 +717,8 @@ Adapt to changes in GtkOverlay API 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.