Add protocol to send private command 45/48745/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Sat, 26 Sep 2015 12:03:53 +0000 (21:03 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Sat, 26 Sep 2015 12:03:53 +0000 (21:03 +0900)
Change-Id: If6fa36aa4f63a1fb7e2d0f5af3cf2014022e8aa8

protocol/input-method.xml
protocol/text.xml

index bf98430..a10d3f0 100644 (file)
       <arg name="start" type="int"/>
       <arg name="end" type="int"/>
     </request>
+    <request name="private_command">
+      <arg name="serial" type="uint" summary="serial of the latest known text input state"/>
+      <arg name="command" type="string"/>
+    </request>
     <event name="surrounding_text">
       <description summary="surrounding text event">
         The plain surrounding text around the input position. Cursor is the
index ca018a2..454a531 100644 (file)
       <arg name="start" type="int"/>
       <arg name="end" type="int"/>
     </event>
+    <event name="private_command">
+      <description summary="private command">
+        Notify when the input panels ask to send private command
+      </description>
+      <arg name="serial" type="uint" summary="serial of the latest known text input state"/>
+      <arg name="command" type="string"/>
+    </event>
   </interface>
 
   <interface name="wl_text_input_manager" version="1">