diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-06 13:22:25 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-06 13:22:25 +0100 |
commit | 8286c9e86314f8ff459576efde19b03709634140 (patch) | |
tree | 4fe1716675002bc8cde09e647e8431f7da2ff235 /src/sound-service.xml | |
parent | 830c82bc82d7ea3bc891b35e2169170e1352c199 (diff) | |
parent | 734cf9dc8224140b6b729c09237d598aec546ef3 (diff) | |
download | ayatana-indicator-sound-8286c9e86314f8ff459576efde19b03709634140.tar.gz ayatana-indicator-sound-8286c9e86314f8ff459576efde19b03709634140.tar.bz2 ayatana-indicator-sound-8286c9e86314f8ff459576efde19b03709634140.zip |
volume slider refactor merged
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index 12ed03e..ee19ceb 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -1,16 +1,6 @@ <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> <node name="/org/ayatana/indicator/sound"> <interface name="org.ayatana.indicator.sound"> - <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"/> - </method> - - <method name = "GetSinkVolume"> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_get_sink_volume"/> - <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"/> @@ -28,10 +18,6 @@ Our respective UI element should listen to this and therefore will be updated wi <arg name="block_value" type="b" direction="out"/> </signal> - <signal name="SinkVolumeUpdate"> - <arg name="volume_percent" type="u" direction="out"/> - </signal> - <signal name="SinkMuteUpdate"> <arg name="mute_value" type="b" direction="out"/> </signal> |