From 266fceddf0778dfb4fe2272ee3b08ca7fa47c726 Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Mon, 1 Nov 2021 03:48:52 +0000 Subject: [PATCH] fix typo in GtkDragSource doc GtkDrag => GdkDrag --- gtk/gtkdragsource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkdragsource.c b/gtk/gtkdragsource.c index b3df700065..e654729405 100644 --- a/gtk/gtkdragsource.c +++ b/gtk/gtkdragsource.c @@ -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