summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-03-20 22:49:33 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-03-20 22:49:33 -0400
commitde4cb363c2f368a69e9026f6273ccf59d867d571 (patch)
treec3bace427c8ac96f607152f8a5250ebc9d43a2e1 /gdk
parent09ea0c9110139045e6667df921e482cac13555a4 (diff)
downloadgtk+-de4cb363c2f368a69e9026f6273ccf59d867d571.tar.gz
Document gdk_wayland_seat_get_wl_seat
Diffstat (limited to 'gdk')
-rw-r--r--gdk/wayland/gdkdevice-wayland.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c
index 9d2c7d87ce..dfdf4604f6 100644
--- a/gdk/wayland/gdkdevice-wayland.c
+++ b/gdk/wayland/gdkdevice-wayland.c
@@ -3209,6 +3209,16 @@ gdk_wayland_seat_set_primary (GdkSeat *seat,
}
}
+/**
+ * gdk_wayland_seat_get_wl_seat:
+ * @device: (type GdkWaylandDevice): a #GdkDevice
+ *
+ * Returns the Wayland wl_seat of a #GdkSeat.
+ *
+ * Returns: (transfer none): a Wayland wl_seat
+ *
+ * Since: 3.20
+ */
struct wl_seat *
gdk_wayland_seat_get_wl_seat (GdkSeat *seat)
{