mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 14:00:08 +01:00
Merge branch 'text_language' into 'main'
unstable/text-input: Add language hint from IME to clients See merge request wayland/wayland-protocols!241
This commit is contained in:
commit
417fb594af
1 changed files with 15 additions and 2 deletions
|
|
@ -47,7 +47,7 @@
|
||||||
interface version number is reset.
|
interface version number is reset.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<interface name="zwp_text_input_v3" version="1">
|
<interface name="zwp_text_input_v3" version="2">
|
||||||
<description summary="text input">
|
<description summary="text input">
|
||||||
The zwp_text_input_v3 interface represents text input and input methods
|
The zwp_text_input_v3 interface represents text input and input methods
|
||||||
associated with a seat. It provides enter/leave events to follow the
|
associated with a seat. It provides enter/leave events to follow the
|
||||||
|
|
@ -432,9 +432,22 @@
|
||||||
</description>
|
</description>
|
||||||
<arg name="serial" type="uint"/>
|
<arg name="serial" type="uint"/>
|
||||||
</event>
|
</event>
|
||||||
|
|
||||||
|
<event name="language">
|
||||||
|
<description summary="notify of language selection">
|
||||||
|
Notify the application of language used by the input method.
|
||||||
|
|
||||||
|
This event will be sent on creation if known and for all subsequent changes.
|
||||||
|
|
||||||
|
The language should be specified as an IETF BCP 47 tag.
|
||||||
|
Setting an empty string will reset any known language back to the default unknown state.
|
||||||
|
</description>
|
||||||
|
<arg name="language" type="string" summary="new language set by IME"/>
|
||||||
|
</event>
|
||||||
|
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="zwp_text_input_manager_v3" version="1">
|
<interface name="zwp_text_input_manager_v3" version="2">
|
||||||
<description summary="text input manager">
|
<description summary="text input manager">
|
||||||
A factory for text-input objects. This object is a global singleton.
|
A factory for text-input objects. This object is a global singleton.
|
||||||
</description>
|
</description>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue