aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.xml
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-31 13:14:47 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-31 13:14:47 -0600
commitcf9b03167ed12086acbd74b97404b082f8e018a8 (patch)
tree1f8bf0544e98f7ac91352f41e2305d908bdf1e68 /src/sound-service.xml
parent19938ac8e993a14d8320b75091aaa56894e8175a (diff)
downloadayatana-indicator-sound-cf9b03167ed12086acbd74b97404b082f8e018a8.tar.gz
ayatana-indicator-sound-cf9b03167ed12086acbd74b97404b082f8e018a8.tar.bz2
ayatana-indicator-sound-cf9b03167ed12086acbd74b97404b082f8e018a8.zip
players in menu now dynamically controllable from new dbus api
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r--src/sound-service.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml
index 18e47fc..81ebc2d 100644
--- a/src/sound-service.xml
+++ b/src/sound-service.xml
@@ -2,12 +2,13 @@
<node name="/com/canonical/indicators/sound">
<interface name="com.canonical.indicators.sound">
<method name = "BlacklistMediaPlayer">
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_blacklist_media_player"/>
+ <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type='s' name='player_desktop_name' direction="in"/>
<arg type='b' name='blacklist' direction="in"/>
+ <arg type='b' name='result' direction="out"/>
</method>
<method name = "GetSoundState">
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_get_sink_state"/>
+ <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type='i' name='current_state' direction="out"/>
</method>
<signal name="SoundStateUpdate">