[gtk: 1/2] Docs: Refer to GtkWidget::can_target in migration guide



commit 3830e764d7168caa2218a469ac2d33e8639dda08
Author: Jason Francis <cycl0ps tuta io>
Date:   Thu Mar 12 14:10:38 2020 -0400

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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]