text, inputmethod: Add commit content protocol 06/129206/5
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 15 May 2017 11:16:56 +0000 (20:16 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 6 Jun 2017 23:12:05 +0000 (23:12 +0000)
Change-Id: Ice2552702dd89ead8cc4f3c9140bf58fa6da6867
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
protocol/input-method.xml
protocol/text.xml

index aa6edc3..cc7658f 100644 (file)
       <arg name="preedit_commit" type="string"/>
       <arg name="commit" type="string"/>
     </request>
+    <request name="commit_content">
+      <arg name="serial" type="uint" summary="serial of the latest known text input state"/>
+      <arg name="content" type="string"/>
+      <arg name="description" type="string"/>
+      <arg name="mime_types" type="string"/>
+    </request>
     <event name="reset">
     </event>
     <event name="content_type">
index e59432f..e43ef6b 100644 (file)
       <arg name="preedit_commit" type="string"/>
       <arg name="commit" type="string"/>
     </event>
+    <event name="commit_content">
+      <description summary="commit content">
+        Notify when the input panel wants to commit a content
+      </description>
+      <arg name="serial" type="uint" summary="serial of the latest known text input state"/>
+      <arg name="content" type="string"/>
+      <arg name="description" type="string"/>
+      <arg name="mime_types" type="string"/>
+    </event>
   </interface>
 
   <interface name="wl_text_input_manager" version="1">