summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'protocol')
-rwxr-xr-xprotocol/ivi-controller.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocol/ivi-controller.xml b/protocol/ivi-controller.xml
index 4a7761a..8ac0dd7 100755
--- a/protocol/ivi-controller.xml
+++ b/protocol/ivi-controller.xml
@@ -64,8 +64,8 @@
<arg name="height" type="int"/>
</request>
- <request name="set_dimension">
- <description summary="Set Dimension"/>
+ <request name="set_configuration">
+ <description summary="request new buffer size for application content"/>
<arg name="width" type="int"/>
<arg name="height" type="int"/>
</request>
@@ -112,8 +112,8 @@
<arg name="height" type="int"/>
</event>
- <event name="dimension">
- <description summary="sent in response to set_dimension"/>
+ <event name="configuration">
+ <description summary="sent in response to set_configuration"/>
<arg name="width" type="int"/>
<arg name="height" type="int"/>
</event>