diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-18 17:51:03 +0200 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2010-08-18 17:51:03 +0200 |
commit | 4c742105d8252a84df1aa6e5af419afd6abb52fa (patch) | |
tree | defa24d440ac7380e17acdee738674022001f6e2 /src/sound-service.xml | |
parent | d981d05dc2f5e1d1d9ea1ae6fb1c6c9106696c6e (diff) | |
download | ayatana-indicator-sound-4c742105d8252a84df1aa6e5af419afd6abb52fa.tar.gz ayatana-indicator-sound-4c742105d8252a84df1aa6e5af419afd6abb52fa.tar.bz2 ayatana-indicator-sound-4c742105d8252a84df1aa6e5af419afd6abb52fa.zip |
Import upstream version 0.4.0
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> |