mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
fix typo in GtkDragSource doc
GtkDrag => GdkDrag
This commit is contained in:
parent
973aa8583a
commit
266fceddf0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user