remote-desktop: Clarify the type of keycode for NotifyKeyboardKeycode()

The API for NotifyKeyboardKeycode() does not mention what type of
keycode is expected to be submitted.
So, clarify in the API that the keycode to submit is expected to be an
evdev keycode.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1732>
This commit is contained in:
Pascal Nowack 2021-02-19 14:13:37 +01:00 committed by Marge Bot
parent 72cfe9b3fd
commit 9b5fb1b593

View File

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