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>
This commit is contained in:
Jan Arne Petersen
2013-04-18 16:47:39 +02:00
committed by Kristian Høgsberg
parent 2f51d8a2ff
commit cc75ec11ca
5 changed files with 178 additions and 178 deletions
+7 -7
View File
@@ -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>