diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-10 11:33:36 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-10 11:33:36 +0000 |
commit | b51a53a2f2c6cbe23d4f6269360699e225bd30aa (patch) | |
tree | 83aa9969c1b85175bda295c29d4c208075301f7a /src/sound-service.xml | |
parent | d15e61753ff8d715f60d074eb280bdb89d8f00ee (diff) | |
download | ayatana-indicator-sound-b51a53a2f2c6cbe23d4f6269360699e225bd30aa.tar.gz ayatana-indicator-sound-b51a53a2f2c6cbe23d4f6269360699e225bd30aa.tar.bz2 ayatana-indicator-sound-b51a53a2f2c6cbe23d4f6269360699e225bd30aa.zip |
mute init/revert now working properly plus dbus signal tidy up on the blocking message
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index 65d88ab..580f0e1 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -10,11 +10,15 @@ <arg type='d' name='volume_percent_input' direction="out"/> </method> + <method name = "GetSinkMute"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_get_sink_mute"/> + <arg type='b' name='mute_input' direction="out"/> + </method> + <!-- Will need to hook up another signal which monitors for volume change Our respective UI element should listen to this and therefore will be updated with accurate setting--> <!-- Triggered when a sink is muted but the input has been sent to that sink --> <signal name="SinkInputWhileMuted"> - <arg name="sink_index" type="x" direction="out"/> <arg name="block_value" type="b" direction="out"/> </signal> |