From d4457d1f7fbc1decaf413ee1446b1c560037c39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Fri, 29 May 2020 22:41:05 +0200 Subject: [PATCH] clutter/seat: Fix a typo in an introspection doc Make sure that function is actually skipped, gobject-introspection should probably complain about that function which can't be found. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1275 --- clutter/clutter/clutter-seat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/clutter/clutter-seat.c b/clutter/clutter/clutter-seat.c index d0852fa44..a641aae99 100644 --- a/clutter/clutter/clutter-seat.c +++ b/clutter/clutter/clutter-seat.c @@ -634,8 +634,8 @@ clutter_seat_create_virtual_device (ClutterSeat *seat, } /** - * clutter_seat_supported_virtual_device_types: (skip) - */ + * clutter_seat_get_supported_virtual_device_types: (skip) + **/ ClutterVirtualDeviceType clutter_seat_get_supported_virtual_device_types (ClutterSeat *seat) {