tizen-extension: add destructor to tizen_screen_rotation 55/144455/1 accepted/tizen/4.0/unified/20170829.020444 accepted/tizen/unified/20170818.083244 submit/tizen/20170817.045450 submit/tizen_4.0/20170828.100004
authorJunSeok, Kim <juns.kim@samsung.com>
Thu, 17 Aug 2017 01:18:52 +0000 (10:18 +0900)
committerJunSeok, Kim <juns.kim@samsung.com>
Thu, 17 Aug 2017 01:18:52 +0000 (10:18 +0900)
Change-Id: I4718a7bc2f22b29840ff17277eb0c29d86f1b2d5

protocol/tizen-extension.xml

index 9ee9844..865e8b6 100644 (file)
      </event>
   </interface>
 
-  <interface name="tizen_screen_rotation" version="1">
+  <interface name="tizen_screen_rotation" version="2">
     <request name="get_ignore_output_transform">
       <arg name="surface" type="object" interface="wl_surface" summary="surface object"/>
     </request>
       <arg name="surface" type="object" interface="wl_surface" summary="surface object"/>
       <arg name="ignore" type="uint"/>
     </event>
+
+    <request name="destroy" type="destructor" since="2">
+      <description summary="destroy the tizen_screen_rotation">
+        Destroy the tizen_screen_rotation.
+      </description>
+    </request>
+
   </interface>
 
 </protocol>