fix typo in GtkDragSource doc

GtkDrag => GdkDrag
This commit is contained in:
Alexandros Theodotou 2021-11-01 03:48:52 +00:00
parent 973aa8583a
commit 266fceddf0
No known key found for this signature in database
GPG Key ID: 022EAE42313D70F3

View File

@ -103,7 +103,7 @@
* ```c
* static void
* on_drag_begin (GtkDragSource *source,
* GtkDrag *drag,
* GdkDrag *drag,
* MyWidget *self)
* {
* // Set the widget as the drag icon