fix typo in GtkDragSource doc
GtkDrag => GdkDrag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user