aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.xml
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-08-26 11:27:27 +0200
committerSebastien Bacher <seb128@ubuntu.com>2010-08-26 11:27:27 +0200
commit4bad61faf27bf1e5b5c967d641d1d36b1260d8e1 (patch)
tree9cb69ca30ed4469e543b92c01eac2b6fa4af3838 /src/sound-service.xml
parent022c9bd2558d5881523d68d217c398e475a9da6e (diff)
parentb4d305f16bae6804dcf2acf8b9ecc4629807c150 (diff)
downloadayatana-indicator-sound-4bad61faf27bf1e5b5c967d641d1d36b1260d8e1.tar.gz
ayatana-indicator-sound-4bad61faf27bf1e5b5c967d641d1d36b1260d8e1.tar.bz2
ayatana-indicator-sound-4bad61faf27bf1e5b5c967d641d1d36b1260d8e1.zip
releasing version 0.4.0-0ubuntu1
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r--src/sound-service.xml14
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>