inputmethod: Add destroy protocol 31/221831/1
authorInHong Han <inhong1.han@samsung.com>
Wed, 8 Jan 2020 01:44:50 +0000 (10:44 +0900)
committerInHong Han <inhong1.han@samsung.com>
Wed, 8 Jan 2020 01:44:50 +0000 (10:44 +0900)
Change-Id: Ia6664eb68ac78f998dd2bfbcedf76acd01d6082f

protocol/tizen/input-method.xml

index 197606fe6202eca1554db3dc5861fcfb7fbaefb4..09df757468d4f000ab30425bcbdc7377c25a22ca 100644 (file)
     <event name="deactivate">
       <description summary="deactivate event">
         The text input corresponding to the context argument was deactivated.
+      </description>
+      <arg name="context" type="object" interface="wl_input_method_context"/>
+      <arg name="focus_out_event" type="uint"/>
+    </event>
+    <event name="destroy" type="destructor">
+      <description summary="destroy event">
+        The text input corresponding to the context argument was destroyed.
         The input method context should be destroyed after deactivation is
         handled.
       </description>
       <arg name="context" type="object" interface="wl_input_method_context"/>
-      <arg name="focus_out_event" type="uint"/>
     </event>
     <event name="show_input_panel">
       <description summary="show input panel event">