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 2d5e41b3133de5f36d56a12f8fbd1481eacec66a..aa9113e33b7356ecfa5630d999eeb9f77bd9f18c 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 68cbd150d1e158a47f7c54d54bcd628fe4ada18f..5d6c233222dc5c40f90f3f88fc7c8f4aa7dbe3d9 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">