1
0
Fork 0

remote-desktop: Fix typo in API description

For NotifyKeyboardKeycode() the API user submits keycodes instead of
keysyms.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1732>
This commit is contained in:
Pascal Nowack 2021-02-14 19:32:50 +01:00 committed by Marge Bot
parent c90690c46d
commit ff48f6c26b

View file

@ -81,7 +81,7 @@
<!--
NotifyKeyboardKeycode:
A key identified by a keysym was pressed or released
A key identified by a keycode was pressed or released
-->
<method name="NotifyKeyboardKeycode">
<arg name="keycode" type="u" direction="in" />