From 242f611863a93d6d73e63cb27ed9f559ded80e55 Mon Sep 17 00:00:00 2001 From: Chris Cummins Date: Mon, 13 May 2013 12:33:27 +0100 Subject: [PATCH] clutter-input-device-wayland: Update indentifier name Fixes a discrepancy between the function name and the gtk-doc identifier introduced in 8f4e39b6 when the Wayland input protocol changed. --- clutter/wayland/clutter-input-device-wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/wayland/clutter-input-device-wayland.c b/clutter/wayland/clutter-input-device-wayland.c index 584f64f33..8c2206149 100644 --- a/clutter/wayland/clutter-input-device-wayland.c +++ b/clutter/wayland/clutter-input-device-wayland.c @@ -525,7 +525,7 @@ clutter_input_device_wayland_init (ClutterInputDeviceWayland *self) } /** - * clutter_wayland_input_device_get_wl_input_device: (skip) + * clutter_wayland_input_device_get_wl_seat: (skip) * @device: a #ClutterInputDevice * * Access the underlying data structure representing the Wayland device that is