diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-08 14:42:30 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-08 14:42:30 +0000 |
commit | f9ef87f71c488f6791e32b1cf7205fb65db81ce8 (patch) | |
tree | a3891347530ef81463595a2332ede9fc5161c1b0 /src/sound-service.xml | |
parent | 470e751be8af2da3bbc69a1115d2ce19590cac5a (diff) | |
download | ayatana-indicator-sound-f9ef87f71c488f6791e32b1cf7205fb65db81ce8.tar.gz ayatana-indicator-sound-f9ef87f71c488f6791e32b1cf7205fb65db81ce8.tar.bz2 ayatana-indicator-sound-f9ef87f71c488f6791e32b1cf7205fb65db81ce8.zip |
automatic volume updates in progress
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index 26d83e5..0a35690 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -13,6 +13,9 @@ Our respective UI element should listen to this and therefore will be updated wi <arg name="sink_index" type="x" direction="out"/> <arg name="mute_value" type="b" direction="out"/> </signal> + <signal name="SinkVolumeUpdate"> + <arg name="volume_percent" type="x" direction="out"/> + </signal> </interface> </node> |