diff options
Diffstat (limited to 'protocol')
-rwxr-xr-x | protocol/ivi-controller.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/protocol/ivi-controller.xml b/protocol/ivi-controller.xml index 5af4268..af43f57 100755 --- a/protocol/ivi-controller.xml +++ b/protocol/ivi-controller.xml @@ -181,6 +181,10 @@ <arg name="pid" type="uint"/>
</event>
+ <request name="destroy" type="destructor">
+ <description summary="destroy ivi_controller_surface"/>
+ </request>
+
<event name="destroyed">
<description summary="destroyed surface event"/>
</event>
@@ -316,6 +320,10 @@ <arg name="screen" type="object" interface="wl_output" allow-null="true"/>
</event>
+ <request name="destroy" type="destructor">
+ <description summary="destroy ivi_controller_layer"/>
+ </request>
+
<event name="destroyed">
<description summary="destroyed layer event"/>
</event>
|