summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorJan Arne Petersen <jpetersen@openismus.com>2013-04-18 16:47:39 +0200
committerKristian Høgsberg <krh@bitplanet.net>2013-05-02 17:18:46 -0400
commitcc75ec11ca2f6642e499c78f4c2829d788d049d3 (patch)
tree7d70affbafd5fa6ed822b8291ebf28343f8695f4 /protocol
parent2f51d8a2ffe59d559db0faf89485bd968838d06c (diff)
text: Rename input_method to wl_input_method
Also rename input_method_context to wl_input_method_context, input_panel to wl_input_panel and input_panel_surface to wl_input_panel_surface. Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/input-method.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/protocol/input-method.xml b/protocol/input-method.xml
index 41369ef..70afdcb 100644
--- a/protocol/input-method.xml
+++ b/protocol/input-method.xml
@@ -26,7 +26,7 @@
</copyright>
- <interface name="input_method_context" version="1">
+ <interface name="wl_input_method_context" version="1">
<description summary="input method context">
Corresponds to a text model on input method side. An input method context
is created on text mode activation on the input method side. It allows to
@@ -215,7 +215,7 @@
</event>
</interface>
- <interface name="input_method" version="1">
+ <interface name="wl_input_method" 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
@@ -227,7 +227,7 @@
A text model was activated. Creates an input method context object
which allows communication with the text model.
</description>
- <arg name="id" type="new_id" interface="input_method_context"/>
+ <arg name="id" type="new_id" interface="wl_input_method_context"/>
</event>
<event name="deactivate">
<description summary="activate event">
@@ -235,22 +235,22 @@
The input method context should be destroyed after deactivation is
handled.
</description>
- <arg name="context" type="object" interface="input_method_context"/>
+ <arg name="context" type="object" interface="wl_input_method_context"/>
</event>
</interface>
- <interface name="input_panel" version="1">
+ <interface name="wl_input_panel" 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="input_panel_surface"/>
+ <arg name="id" type="new_id" interface="wl_input_panel_surface"/>
<arg name="surface" type="object" interface="wl_surface"/>
</request>
</interface>
- <interface name="input_panel_surface" version="1">
+ <interface name="wl_input_panel_surface" version="1">
<enum name="position">
<entry name="center_bottom" value="0"/>
</enum>