diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-02 12:56:52 -0800 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-02 12:56:52 -0800 |
commit | 64fbd9eb65a2cd9e1bf003a1599c064469864e95 (patch) | |
tree | d18c0b59e18ca299fdf71c2755a5c300e4a5a1e5 /src/sound-service.xml | |
parent | a4608dd1c365f426436ab1ceeca1b9108a72d330 (diff) | |
download | ayatana-indicator-sound-64fbd9eb65a2cd9e1bf003a1599c064469864e95.tar.gz ayatana-indicator-sound-64fbd9eb65a2cd9e1bf003a1599c064469864e95.tar.bz2 ayatana-indicator-sound-64fbd9eb65a2cd9e1bf003a1599c064469864e95.zip |
default sink scenario implemented for now, simplification of indicator pattern
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index b4a3d6a..26d83e5 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -4,11 +4,6 @@ <method name = "SetSinkVolume"> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_set_sink_volume"/> <arg type='u' name='volume_percent' direction="in"/> - <arg type='u' name='sink_to_set' direction="in"/> - </method> - <method name="GetSinkList"> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_get_sink_list"/> - <arg name="sinks" direction="out" type="au"/> </method> <!-- Will need to hook up another signal which monitors for volume change |