text, inputmethod: Add input_panel_event protocol 77/136777/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 3 Jul 2017 06:57:13 +0000 (15:57 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 6 Jul 2017 07:32:01 +0000 (07:32 +0000)
Change-Id: I1a94628b06c37c3325958fdcd83edfd32abbb167
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
protocol/input-method.xml
protocol/text.xml

index 2d5e41b..aa9113e 100644 (file)
       <arg name="description" type="string"/>
       <arg name="mime_types" type="string"/>
     </request>
+    <request name="input_panel_event">
+      <description summary="input panel event">
+        Send the input panel event.
+      </description>
+      <arg name="serial" type="uint" summary="serial of the latest known text input state"/>
+      <arg name="event_type" type="uint"/>
+      <arg name="value" type="uint"/>
+    </request>
     <event name="reset">
     </event>
     <event name="content_type">
index 68cbd15..5d6c233 100644 (file)
       <arg name="description" type="string"/>
       <arg name="mime_types" type="string"/>
     </event>
+    <event name="input_panel_event">
+      <description summary="input panel event">
+        Notify when the input panel event is changed
+      </description>
+      <arg name="serial" type="uint" summary="serial of the latest known text input state"/>
+      <arg name="event_type" type="uint"/>
+      <arg name="value" type="uint"/>
+    </event>
   </interface>
 
   <interface name="wl_text_input_manager" version="1">