text, inputmethod: Add prediction_hint_data protocol 37/160637/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 12 Oct 2017 00:28:49 +0000 (09:28 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 7 Nov 2017 06:09:29 +0000 (15:09 +0900)
Change-Id: I65d2e18ee7b8c5acd0f431d3e355309f919e288d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
protocol/input-method.xml
protocol/text.xml

index bc9c376d1a4078a1bd9532cbb7c9cdfa06f06000..fb2877412506cc519170d3789c9eb61a7fb4b9b6 100644 (file)
       <arg name="text" type="string"/>
       <arg name="cursor_position" type="uint"/>
     </event>
+    <event name="prediction_hint_data">
+      <arg name="key" type="string"/>
+      <arg name="value" type="string"/>
+    </event>
   </interface>
 
   <interface name="wl_input_method" version="1">
index 8f1e9d78faccfda01e3f3b8ee18717a6dccb6680..0305e201620670bc4e588a8449cd15f2ebb73e7e 100644 (file)
       <arg name="text" type="string"/>
       <arg name="cursor_position" type="uint"/>
     </request>
+    <request name="prediction_hint_data">
+      <description summary="set the prediction hint data">
+        Set the prediction hint data.
+      </description>
+      <arg name="key" type="string"/>
+      <arg name="value" type="string"/>
+    </request>
     <event name="enter">
       <description summary="enter event">
         Notify the text_input object when it received focus. Typically in