summaryrefslogtreecommitdiff
path: root/gtk/gtkdragsource.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-01 01:32:39 -0500
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-11 16:37:36 +0000
commit30236be2fdfacb6a2fa8091b84cef4ec1b25d555 (patch)
treee5fc06ad3beb4cbf6b05b570275f22b487288b71 /gtk/gtkdragsource.c
parenta9d4b6a61cd7ba689b6f0c41004703e7d901991a (diff)
downloadgtk+-30236be2fdfacb6a2fa8091b84cef4ec1b25d555.tar.gz
dragsource: Tweak docs
Diffstat (limited to 'gtk/gtkdragsource.c')
-rw-r--r--gtk/gtkdragsource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdragsource.c b/gtk/gtkdragsource.c
index 02d76f218e..cd6c33a7fa 100644
--- a/gtk/gtkdragsource.c
+++ b/gtk/gtkdragsource.c
@@ -49,7 +49,7 @@
* `GtkDragSource` can be set up with the necessary
* ingredients for a DND operation ahead of time. This includes
* the source for the data that is being transferred, in the form
- * of a `GdkContentProvider`, the desired action, and the icon to
+ * of a [class@Gdk.ContentProvider], the desired action, and the icon to
* use during the drag operation. After setting it up, the drag
* source must be added to a widget as an event controller, using
* [method@Gtk.Widget.add_controller].