Merge branch 'ebassi/docs-for-master' into 'main'

docs: Fix link to DragIcon.get_for_drag()

See merge request GNOME/gtk!7347
This commit is contained in:
Emmanuele Bassi 2024-06-13 11:27:28 +00:00
commit dee372c08e

View File

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