protocol: added get_native_handle to ivi_controller
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
Mon, 17 Feb 2014 05:01:59 +0000 (14:01 +0900)
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Thu, 21 Aug 2014 06:49:07 +0000 (15:49 +0900)
Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
protocol/ivi-controller.xml

index 7dfe4fa..8e5cb76 100644 (file)
             </description>
             <entry name="unknown_error" value="1" summary="unknown error encountered"/>
             <entry name="file_error"    value="2" summary="file i/o error encountered"/>
+            <entry name="native_handle_end" value="3" summary="end get_native_handle event"/>
         </enum>
 
         <event name="error">
             <arg name="error_text" type="string" allow-null="true"/>
         </event>
 
+        <request name="get_native_handle">
+            <arg name="id_process" type="uint"/>
+            <arg name="title" type="string" allow-null="true"/>
+        </request>
+
+        <event name="native_handle">
+            <arg name="surface" type="new_id" interface="wl_surface"/>
+        </event>
+
     </interface>
 
 </protocol>