text: add hide_permission request and event 53/88853/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 21 Sep 2016 02:35:25 +0000 (11:35 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 21 Sep 2016 02:35:25 +0000 (11:35 +0900)
Change-Id: I0740d52f7b79b357093ce31d81be7872bcce682f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
protocol/text.xml

index caada8e..cbe3020 100644 (file)
     <request name="reset_sync">
       <arg name="serial" type="uint"/>
     </request>
+    <request name="get_hide_permission">
+      <description summary="get permission to hide input panel">
+        Get permission to hide input panel.
+      </description>
+    </request>
     <event name="enter">
       <description summary="enter event">
         Notify the text-input object when it received focus. Typically in
     <event name="reset_done">
       <arg name="serial" type="uint"/>
     </event>
+    <event name="hide_permission">
+      <description summary="permission to hide input panel">
+        Notify whether input panel should be hidden or not.
+      </description>
+      <arg name="response" type="uint"/>
+    </event>
   </interface>
 
   <interface name="wl_text_input_manager" version="1">