From 958a34ae8c5c6f25ba73640b9e7f9998b23fd62a Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Thu, 12 Sep 2013 10:59:47 +0200 Subject: * added some documentation, removed sample project since it seems to addle users. Now the fidls are the matching final the EA version. Signed-off-by: Christian Linke --- PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl') diff --git a/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl b/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl index 0d752d6..1fc0d5f 100644 --- a/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl +++ b/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl @@ -101,7 +101,7 @@ interface CommandControl { **> method setMainSinkSoundProperty { in { - am_sinkID_t sinkID + am_sinkID_t sinkID am_MainSoundProperty_s soundProperty } out { @@ -115,7 +115,7 @@ interface CommandControl { **> method setMainSourceSoundProperty { in { - am_sourceID_t sourceID + am_sourceID_t sourceID am_MainSoundProperty_s soundProperty } out { @@ -146,12 +146,12 @@ interface CommandControl { **> method getListMainConnections { out { - am_Error_e ^error <** @description : returns a list of all connections **> am_MainConnection_L listConnections + am_Error_e ^error } } @@ -602,4 +602,5 @@ interface CommandControl { am_NotificationConfiguration_s mainNotificationConfiguration } } + } \ No newline at end of file -- cgit v1.2.1