Correctly annotate gdk_wayland_seat_get_wl_seat()

We expect a `GdkWaylandSeat` as the instance parameter.
This commit is contained in:
Emmanuele Bassi 2020-10-14 11:57:06 +01:00
parent da007ac97b
commit 9377192102

View File

@ -5013,11 +5013,11 @@ gdk_wayland_device_set_selection (GdkDevice *gdk_device,
/**
* gdk_wayland_seat_get_wl_seat: (skip)
* @seat: a #GdkSeat
* @seat: (type GdkWaylandSeat): a #GdkSeat
*
* Returns the Wayland wl_seat of a #GdkSeat.
* Returns the Wayland `wl_seat` of a #GdkSeat.
*
* Returns: (transfer none): a Wayland wl_seat
* Returns: (transfer none): a Wayland `wl_seat`
*/
struct wl_seat *
gdk_wayland_seat_get_wl_seat (GdkSeat *seat)