aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.xml
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-01-27 16:23:36 +0000
committerConor Curran <conor.curran@canonical.com>2010-01-27 16:23:36 +0000
commit170afb3ecc0e216a34945eb31a9743d86bf9c325 (patch)
tree730135511e4101a2ae609729003c4486571ad122 /src/sound-service.xml
parent5a86d06d8019cd9a827f69839d23268a2a6ebc51 (diff)
downloadayatana-indicator-sound-170afb3ecc0e216a34945eb31a9743d86bf9c325.tar.gz
ayatana-indicator-sound-170afb3ecc0e216a34945eb31a9743d86bf9c325.tar.bz2
ayatana-indicator-sound-170afb3ecc0e216a34945eb31a9743d86bf9c325.zip
signals now work, also pulling in slider
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r--src/sound-service.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml
index a0f6f57..ad1a626 100644
--- a/src/sound-service.xml
+++ b/src/sound-service.xml
@@ -7,8 +7,8 @@
<!-- </method>-->
<!-- Triggered when a sink is muted but the input has been sent to that sink -->
<signal name="SinkInputWhileMuted">
- <arg name="cur_value" type="i" direction="out"/>
- <arg name="cur_value" type="b" direction="out"/>
+ <arg name="sink_index" type="i" direction="out"/>
+ <arg name="mute_value" type="b" direction="out"/>
</signal>
</interface>
</node>