From 7d2e2171beda6bdb8e1a133f9b6f5efe169bb1a4 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 7 Jun 2024 13:33:32 +0200 Subject: [PATCH] docs: Fix link to DragIcon.get_for_drag() It has been marked as a constructor in commit 13013053f729. --- gtk/gtkdragicon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkdragicon.c b/gtk/gtkdragicon.c index acfe164a80..1822679e17 100644 --- a/gtk/gtkdragicon.c +++ b/gtk/gtkdragicon.c @@ -47,7 +47,7 @@ * and is destroyed when the drag ends. * * To set up a drag icon and associate it with an ongoing drag operation, - * use [func@Gtk.DragIcon.get_for_drag] to get the icon for a drag. You can + * use [ctor@Gtk.DragIcon.get_for_drag] to get the icon for a drag. You can * then use it like any other widget and use [method@Gtk.DragIcon.set_child] * to set whatever widget should be used for the drag icon. *