summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceDbus/include/RoutingReceiver.xml
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2013-07-01 19:06:58 +0200
committerChristian Linke <christian.linke@bmw.de>2013-07-01 19:06:58 +0200
commite18331e64352b881268ca6f8db1d127113dd1519 (patch)
treeac585243d780f24ccd8417cdc891eeaf88389dd9 /PluginRoutingInterfaceDbus/include/RoutingReceiver.xml
parent99d4dc063c4558223d58069b9b03a7eb89c96915 (diff)
downloadaudiomanager-e18331e64352b881268ca6f8db1d127113dd1519.tar.gz
* added possibilty to ask for routing ready state
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginRoutingInterfaceDbus/include/RoutingReceiver.xml')
-rw-r--r--PluginRoutingInterfaceDbus/include/RoutingReceiver.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/PluginRoutingInterfaceDbus/include/RoutingReceiver.xml b/PluginRoutingInterfaceDbus/include/RoutingReceiver.xml
index e9ac700..61073df 100644
--- a/PluginRoutingInterfaceDbus/include/RoutingReceiver.xml
+++ b/PluginRoutingInterfaceDbus/include/RoutingReceiver.xml
@@ -208,7 +208,10 @@
<method name="hookSourceNotificationDataChange">
<arg name="sourceID" type="q" direction="in" />
<arg name="payload" type="(nn)" direction="in" />
- </method>
+ </method>
+ <method name='getRoutingReadyState'>
+ <arg name='state' type='b' direction='out' />
+ </method>
<signal name="setRoutingReady">
</signal>