text, inputmethod: Add prediction_hint protocol 41/124441/6
authorInHong Han <inhong1.han@samsung.com>
Thu, 30 Mar 2017 02:06:52 +0000 (11:06 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 27 Apr 2017 09:50:29 +0000 (09:50 +0000)
Change-Id: I5ba7ab02d8d7d5991dfdc542d346f577397fec28

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

index 5926aad..e9cad61 100644 (file)
     <event name="capital_mode">
       <arg name="mode" type="uint"/>
     </event>
+    <event name="prediction_hint">
+      <arg name="text" type="string"/>
+    </event>
   </interface>
 
   <interface name="wl_input_method" version="1">
index d46eec2..e59432f 100644 (file)
     <request name="set_capital_mode">
       <arg name="mode" type="uint"/>
     </request>
+    <request name="prediction_hint">
+      <description summary="set the prediction hint">
+        Set the prediction hint string to deliver to the input panel.
+      </description>
+      <arg name="text" type="string"/>
+    </request>
     <event name="enter">
       <description summary="enter event">
         Notify the text_input object when it received focus. Typically in