aboutsummaryrefslogtreecommitdiff
path: root/unstable/input-method
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-11-06 14:42:49 +0800
committerJonas Ådahl <jadahl@gmail.com>2015-11-09 15:04:24 +0800
commita776e94477cc672abfccefa6c6854cad526ccec0 (patch)
tree694cc22e428ec98cd03fedca54d9d7d67f306e09 /unstable/input-method
parentf7d16f7983d9ad188d73920a8de0f6d5f3d6c543 (diff)
Apply the new version suffix convention to the protocols
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'unstable/input-method')
-rw-r--r--unstable/input-method/input-method-unstable-v1.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/unstable/input-method/input-method-unstable-v1.xml b/unstable/input-method/input-method-unstable-v1.xml
index cfcf068..fbf1bf2 100644
--- a/unstable/input-method/input-method-unstable-v1.xml
+++ b/unstable/input-method/input-method-unstable-v1.xml
@@ -24,7 +24,7 @@
DEALINGS IN THE SOFTWARE.
</copyright>
- <interface name="zwp_input_method_context1" version="1">
+ <interface name="zwp_input_method_context_v1" version="1">
<description summary="input method context">
Corresponds to a text input on input method side. An input method context
is created on text input activation on the input method side. It allows to
@@ -239,7 +239,7 @@
</event>
</interface>
- <interface name="zwp_input_method1" version="1">
+ <interface name="zwp_input_method_v1" version="1">
<description summary="input method">
An input method object is responsible to compose text in response to
input from hardware or virtual keyboards. There is one input method
@@ -252,7 +252,7 @@
A text input was activated. Creates an input method context object
which allows communication with the text input.
</description>
- <arg name="id" type="new_id" interface="zwp_input_method_context1"/>
+ <arg name="id" type="new_id" interface="zwp_input_method_context_v1"/>
</event>
<event name="deactivate">
@@ -261,22 +261,22 @@
The input method context should be destroyed after deactivation is
handled.
</description>
- <arg name="context" type="object" interface="zwp_input_method_context1"/>
+ <arg name="context" type="object" interface="zwp_input_method_context_v1"/>
</event>
</interface>
- <interface name="zwp_input_panel1" version="1">
+ <interface name="zwp_input_panel_v1" version="1">
<description summary="interface for implementing keyboards">
Only one client can bind this interface at a time.
</description>
<request name="get_input_panel_surface">
- <arg name="id" type="new_id" interface="zwp_input_panel_surface1"/>
+ <arg name="id" type="new_id" interface="zwp_input_panel_surface_v1"/>
<arg name="surface" type="object" interface="wl_surface"/>
</request>
</interface>
- <interface name="zwp_input_panel_surface1" version="1">
+ <interface name="zwp_input_panel_surface_v1" version="1">
<enum name="position">
<entry name="center_bottom" value="0"/>
</enum>