summaryrefslogtreecommitdiff
path: root/dbusIncludes
diff options
context:
space:
mode:
authorChristian Mueller <christian@lmuc329619u.(none)>2011-12-13 16:30:24 +0100
committerChristian Mueller <christian@lmuc329619u.(none)>2011-12-13 16:30:24 +0100
commit92c8b837306ff1dcd889f9c075435aec50e9aea3 (patch)
tree67da5878a6e10aa1372f7567b82c3920d8bb984f /dbusIncludes
parent205595e3d3e6a1d55be3c462ef02c9f828a77feb (diff)
downloadaudiomanager-92c8b837306ff1dcd889f9c075435aec50e9aea3.tar.gz
.
Diffstat (limited to 'dbusIncludes')
-rw-r--r--dbusIncludes/CommandInterface.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbusIncludes/CommandInterface.xml b/dbusIncludes/CommandInterface.xml
index 9af50da..849bd76 100644
--- a/dbusIncludes/CommandInterface.xml
+++ b/dbusIncludes/CommandInterface.xml
@@ -55,7 +55,7 @@
<method name="GetListMainConnections">
<arg type="n" name="result" direction="out"/> <!-- method return code (am_Error_e) -->
- <arg type="a(nnnqq)" name="listConnections" direction="out"/> <!-- am_mainConnectionID_t mainConnectionID; am_sourceID_t sourceID; am_sinkID_t sinkID; am_timeSync_t delay; am_ConnectionState_e connectionState; -->
+ <arg type="a(qqqnn)" name="listConnections" direction="out"/> <!-- am_mainConnectionID_t mainConnectionID; am_sourceID_t sourceID; am_sinkID_t sinkID; am_timeSync_t delay; am_ConnectionState_e connectionState; -->
</method>
<method name="GetListMainSinks">