[mutter] clutter/seat: Fix a typo in an introspection doc



commit d4457d1f7fbc1decaf413ee1446b1c560037c39d
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Fri May 29 22:41:05 2020 +0200

    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 d0852fa44b..a641aae992 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)
 {


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