Add new protocol to receive pid and title when an wl_shell application create wl_shel...
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Thu, 20 Feb 2014 00:26:36 +0000 (09:26 +0900)
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Fri, 4 Jul 2014 04:58:31 +0000 (13:58 +0900)
protocol/ivi-application.xml

index 036700d..8eb59d1 100644 (file)
             <arg name="title" type="string" allow-null="true"/>
         </event>
 
+        <event name="wl_shell_info">
+            <arg name="pid" type="int"/>
+            <arg name="title" type="string" allow-null="true"/>
+        </event>
+
     </interface>
 
 </protocol>