aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.xml
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-02-10 13:19:22 -0500
committerKen VanDine <ken.vandine@canonical.com>2011-02-10 13:19:22 -0500
commit817f8e1a86aaa026c8de8acee40c5c9664d358d0 (patch)
treed74ee9e8911c0d7b2ecf6b3df98e1bcdff73fe06 /src/sound-service.xml
parentd668df547af9a4add8c18e3614d344b80e0bd6c8 (diff)
parentb4b1c772dc57c3034cc80b785e4b472b8fe1b404 (diff)
downloadayatana-indicator-sound-817f8e1a86aaa026c8de8acee40c5c9664d358d0.tar.gz
ayatana-indicator-sound-817f8e1a86aaa026c8de8acee40c5c9664d358d0.tar.bz2
ayatana-indicator-sound-817f8e1a86aaa026c8de8acee40c5c9664d358d0.zip
releasing version 0.5.9-0ubuntu1
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">