summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-10-14 11:57:06 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-10-14 11:57:06 +0100
commit937719210228ab653992985c31fa32107fe1c5b8 (patch)
tree77eefffe9166d8416720873c264870bfe69c7684
parentda007ac97b2e504ce70a5e95fca27bc6489e4850 (diff)
downloadgtk+-937719210228ab653992985c31fa32107fe1c5b8.tar.gz
Correctly annotate gdk_wayland_seat_get_wl_seat()
We expect a `GdkWaylandSeat` as the instance parameter.
-rw-r--r--gdk/wayland/gdkdevice-wayland.c6
1 files 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)