aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.xml
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-01 09:54:44 -0600
committerConor Curran <conor.curran@canonical.com>2011-02-01 09:54:44 -0600
commit9e8c509c0f321f322c3b9d0a0a23050cb3b30a3f (patch)
tree67e66dfe3044ac447d61fe9c83d88b538fab1175 /src/sound-service.xml
parent19938ac8e993a14d8320b75091aaa56894e8175a (diff)
parent2ea739c1cc14bbfdafbebec79aeae78cbf440145 (diff)
downloadayatana-indicator-sound-9e8c509c0f321f322c3b9d0a0a23050cb3b30a3f.tar.gz
ayatana-indicator-sound-9e8c509c0f321f322c3b9d0a0a23050cb3b30a3f.tar.bz2
ayatana-indicator-sound-9e8c509c0f321f322c3b9d0a0a23050cb3b30a3f.zip
merged dbus blacklisting
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">