1
0
Fork 0

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
This commit is contained in:
Jonas Dreßler 2020-05-29 22:41:05 +02:00 committed by verdre
parent 0ba15df57c
commit d4457d1f7f

View file

@ -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 ClutterVirtualDeviceType
clutter_seat_get_supported_virtual_device_types (ClutterSeat *seat) clutter_seat_get_supported_virtual_device_types (ClutterSeat *seat)
{ {