Add new protocol to receive pid and title when an wl_shell application create wl_shel... 0.1 tizen-ivi-3.0-Feb
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>
Thu, 20 Feb 2014 00:26:36 +0000 (09:26 +0900)
protocol/ivi-application.xml

index aeeeba2..5dd619b 100755 (executable)
             <arg name="error_text" 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>
-