tizen-extension: add destructor to tizen_video 50/144450/1
authorJunSeok, Kim <juns.kim@samsung.com>
Thu, 17 Aug 2017 01:17:49 +0000 (10:17 +0900)
committerJunSeok, Kim <juns.kim@samsung.com>
Thu, 17 Aug 2017 01:17:49 +0000 (10:17 +0900)
Change-Id: I34cb3f2afe327053e0935a90de4d5dc1e2b426d7

protocol/tizen-extension.xml

index c606bd9..974b294 100644 (file)
     </event>
   </interface>
 
-  <interface name="tizen_video" version="1">
+  <interface name="tizen_video" version="2">
 
     <description summary="interface for tizen-video">
       Clients can get the video information that the compositor can handle from this interface.
       <arg name="surface" type="object" interface="wl_surface" />
     </request>
 
+    <request name="destroy" type="destructor" since="2">
+      <description summary="destroy the tizen_video">
+        Destroy the tizen_video.
+      </description>
+    </request>
+
   </interface>
 
   <interface name="tizen_video_object" version="1">