diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-27 16:10:48 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-27 16:10:48 -0600 |
commit | 4e0d98ea31ff315c03d2a297af0743cd92acfedf (patch) | |
tree | aa30531c2fdee93f00704365fd1bab2cfad1e30e /src/sound-service.xml | |
parent | b6b241d47f33a67b6f61f9860a278a6582113835 (diff) | |
download | ayatana-indicator-sound-4e0d98ea31ff315c03d2a297af0743cd92acfedf.tar.gz ayatana-indicator-sound-4e0d98ea31ff315c03d2a297af0743cd92acfedf.tar.bz2 ayatana-indicator-sound-4e0d98ea31ff315c03d2a297af0743cd92acfedf.zip |
sink automatically unmuted now when slider is manually changed in accordance with the spec revision, plus some tidy ups
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index 07c9c3d..18e47fc 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -4,6 +4,7 @@ <method name = "BlacklistMediaPlayer"> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_blacklist_media_player"/> <arg type='s' name='player_desktop_name' direction="in"/> + <arg type='b' name='blacklist' direction="in"/> </method> <method name = "GetSoundState"> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_get_sink_state"/> |