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. *