[gtk/ebassi/for-master] Correctly annotate gdk_wayland_seat_get_wl_seat()



commit 937719210228ab653992985c31fa32107fe1c5b8
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Oct 14 11:57:06 2020 +0100

    Correctly annotate gdk_wayland_seat_get_wl_seat()
    
    We expect a `GdkWaylandSeat` as the instance parameter.

 gdk/wayland/gdkdevice-wayland.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c
index 1fb60eadf8..cd77fa75f2 100644
--- a/gdk/wayland/gdkdevice-wayland.c
+++ b/gdk/wayland/gdkdevice-wayland.c
@@ -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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]