text: add input panel data interface 16/48516/1 accepted/tizen/mobile/20150922.232805 accepted/tizen/tv/20150922.232819 accepted/tizen/wearable/20150922.232828 submit/tizen/20150922.112957 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 22 Sep 2015 10:31:11 +0000 (19:31 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 22 Sep 2015 10:31:11 +0000 (19:31 +0900)
Change-Id: I5b8570c20f930901a24b9b3641a6827ac56dc228

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

index 954b324..bf98430 100644 (file)
     <event name="return_key_disabled">
       <arg name="return_key_disabled" type="uint"/>
     </event>
+    <event name="input_panel_data">
+      <arg name="input_panel_data" type="string"/>
+      <arg name="input_panel_data_length" type="uint"/>
+    </event>
   </interface>
 
   <interface name="wl_input_method" version="1">
index c0dcc73..ca018a2 100644 (file)
       </description>
       <arg name="return_key_disabled" type="uint"/>
     </request>
+    <request name="set_input_panel_data">
+      <description summary="set input panel data">
+        Set the input panel-specific data to deliver to the input panel.
+      </description>
+      <arg name="input_panel_data" type="string"/>
+      <arg name="input_panel_length" type="uint"/>
+    </request>
     <event name="enter">
       <description summary="enter event">
         Notify the text-input object when it received focus. Typically in