add destroy request 39/282939/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Thu, 13 Oct 2022 10:29:01 +0000 (19:29 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Thu, 13 Oct 2022 10:29:04 +0000 (19:29 +0900)
Change-Id: I10c0d7af327e2309292c838bbe6c50426f92bd23
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
protocol/eom.xml

index 6d33389d9b845bf321758078606144405f02c2c5..28db82bdc3da7bc3dce08ff6651a0a2f5f310738 100644 (file)
@@ -26,7 +26,7 @@
     THIS SOFTWARE.
   </copyright>
 
-  <interface name="wl_eom" version="1">
+  <interface name="wl_eom" version="2">
     <description summary="an interface for external outputs">
       An interface to get information of external outputs and to use external outputs.
     </description>
       </description>
       <arg name="output_id" type="uint"/>
     </event>
+
+    <request name="destroy" type="destructor" since="2">
+    </request>
   </interface>
 
 </protocol>