gdk: Preserve typed event parameter of GdkSurface:event signal for gir

In conjunction to https://gitlab.gnome.org/GNOME/gtk/merge_requests/1936
This commit is contained in:
Rico Tzschichholz 2020-05-20 08:43:46 +02:00
parent a21d97db2e
commit ebaeb9f3b8

View File

@ -578,7 +578,7 @@ gdk_surface_class_init (GdkSurfaceClass *klass)
/**
* GdkSurface::event:
* @surface: the #GdkSurface
* @event: an input event
* @event: (type Gdk.Event): an input event
*
* Emitted when GDK receives an input event for @surface.
*