Reorder input_panel_event protocol 80/138380/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 12 Jul 2017 04:35:57 +0000 (13:35 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 12 Jul 2017 04:36:00 +0000 (13:36 +0900)
Considering 3.0 ABI, wl_text_input_listener should be reordered.

Change-Id: I1e19230d37de8ac04e7242f5de00b09b8549ac34
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
protocol/input-method.xml
protocol/text.xml

index aa9113e..72fd3b4 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>
     <request name="input_panel_event">
       <description summary="input panel event">
         Send the input panel event.
       <arg name="event_type" type="uint"/>
       <arg name="value" type="uint"/>
     </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 5d6c233..4d21ad2 100644 (file)
       <arg name="preedit_commit" type="string"/>
       <arg name="commit" type="string"/>
     </event>
+    <event name="input_panel_event">
+      <description summary="input panel event">
+        Notify when the input panel event is changed
+      </description>
+      <arg name="serial" type="uint" summary="serial of the latest known text input state"/>
+      <arg name="event_type" type="uint"/>
+      <arg name="value" type="uint"/>
+    </event>
     <event name="commit_content">
       <description summary="commit content">
         Notify when the input panel wants to commit a content
       <arg name="description" type="string"/>
       <arg name="mime_types" type="string"/>
     </event>
-    <event name="input_panel_event">
-      <description summary="input panel event">
-        Notify when the input panel event is changed
-      </description>
-      <arg name="serial" type="uint" summary="serial of the latest known text input state"/>
-      <arg name="event_type" type="uint"/>
-      <arg name="value" type="uint"/>
-    </event>
   </interface>
 
   <interface name="wl_text_input_manager" version="1">