tizen_launch_appinfo: add set_auto_placement request 71/290571/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 29 Mar 2023 01:58:11 +0000 (10:58 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 29 Mar 2023 03:59:19 +0000 (03:59 +0000)
Change-Id: Ideeb4ce405de9ad83bbb924fea186ab26c83e095
(cherry picked from commit d9c71372506b70d121a06118c2820885912fbeab)

protocol/tizen/tizen-launch.xml

index 34b7628..52d95ee 100644 (file)
@@ -70,7 +70,7 @@
     </request>
   </interface>
 
-  <interface name="tizen_launch_appinfo" version="1">
+  <interface name="tizen_launch_appinfo" version="2">
     <description summary="application information">
       This interface allow to set the information of the application.
     </description>
       <arg name="pid" type="uint" />
     </request>
 
+    <request name="set_auto_placement" since="2">
+      <description summary="set auto placement mode">
+        Set the auto-placement mode. Auto placement means that delegating the position of window to
+        the display server when the window associated with the given pid is launched.
+        The launching position of window is decided by display server.
+      </description>
+       <arg name="pid" type="uint" summary="process id"/>
+    </request>
   </interface>
 </protocol>