summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-11-12 02:47:50 -0800
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-11-15 13:10:42 +0100
commit20270a1b12bb7bd1c44bc1c407c544e3c1c2eb92 (patch)
tree7c696477882ee8cf88890686046c2c8b4923fb01 /protocol
parentf126c949fdae1c12b9585d802c6118396052066f (diff)
downloadwayland-ivi-extension-20270a1b12bb7bd1c44bc1c407c544e3c1c2eb92.tar.gz
protocol: renamed ivi_client to ivi_application
agreed on the mailing list, because ivi_client interface name does not work well with default header file names. Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
Diffstat (limited to 'protocol')
-rwxr-xr-xprotocol/ivi-application.xml (renamed from protocol/ivi-client.xml)9
1 files changed, 4 insertions, 5 deletions
diff --git a/protocol/ivi-client.xml b/protocol/ivi-application.xml
index 1e668d3..14ae1f5 100755
--- a/protocol/ivi-client.xml
+++ b/protocol/ivi-application.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<protocol name="ivi_client">
+<protocol name="ivi_application">
<copyright>
Copyright (C) 2013 DENSO CORPORATION
@@ -25,7 +25,7 @@
</copyright>
<interface name="ivi_surface" version="1">
- <description summary="Tell property change of ivi_surface to client"/>
+ <description summary="Tell property change of ivi_surface to application"/>
<request name="destroy" type="destructor">
<description summary="destroy ivi_surface"/>
@@ -35,11 +35,10 @@
<description summary="visibility of ivi_surface has changed"/>
<arg name="visibility" type="int"/>
</event>
-
</interface>
- <interface name="ivi_client" version="1">
- <description summary="creation of ivi_surface/ivi_layer"/>
+ <interface name="ivi_application" version="1">
+ <description summary="creation of ivi_surface"/>
<request name="surface_create">
<description summary="ilm_surfaceCreate"/>