Add new protocol to receive pid and title when an
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Thu, 21 Aug 2014 06:55:13 +0000 (15:55 +0900)
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Thu, 21 Aug 2014 06:55:13 +0000 (15:55 +0900)
 wl_shell application create wl_shell surface.

Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
protocol/ivi-application.xml

index 833fd38..ef9a898 100644 (file)
             <arg name="id" type="new_id" interface="ivi_surface"/>
         </request>
 
+        <event name="wl_shell_info">
+            <arg name="pid" type="int"/>
+            <arg name="title" type="string" allow-null="true"/>
+        </event>
+
     </interface>
 
 </protocol>