gtkeventcontroller: Fix internal enum documentation
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 5 Aug 2022 14:38:56 +0000 (16:38 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 5 Aug 2022 17:25:13 +0000 (19:25 +0200)
Copy and paste typo.

gtk/gtkeventcontrollerprivate.h

index 8ca60b0218a2efab284904385841a3c8e45ca206..d411c8f4703abd77d70409b1eb7ce7028a80f2e6 100644 (file)
@@ -28,7 +28,7 @@
  *    events in this case leave from the old active window's focus
  *    location to the new active window's one.
  * @GTK_CROSSING_POINTER: The pointer moved from one widget to another
- * @GTK_CROSSING_POINTER: An active drag moved from one widget to another
+ * @GTK_CROSSING_DROP: An active drag moved from one widget to another
  *
  * We emit various kinds of crossing events when the target widget
  * for keyboard or pointer events changes.