aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.xml
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-07 15:28:40 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-07 15:28:40 +0000
commitc552d82ff707e86eba876aaa8fda86e1596856a0 (patch)
tree908446b67697d177180560f0aa1aadfdfac573e7 /src/sound-service.xml
parent39369193c6ae24b0d753edc2332b23b838714254 (diff)
parent10f404afef79bcf5fe3bb4bdc8a82d0cff08d87a (diff)
downloadayatana-indicator-sound-c552d82ff707e86eba876aaa8fda86e1596856a0.tar.gz
ayatana-indicator-sound-c552d82ff707e86eba876aaa8fda86e1596856a0.tar.bz2
ayatana-indicator-sound-c552d82ff707e86eba876aaa8fda86e1596856a0.zip
extra dbus blacklist method added to complete api
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r--src/sound-service.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml
index 81ebc2d..517088e 100644
--- a/src/sound-service.xml
+++ b/src/sound-service.xml
@@ -7,6 +7,12 @@
<arg type='b' name='blacklist' direction="in"/>
<arg type='b' name='result' direction="out"/>
</method>
+ <method name = "IsBlacklisted">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
+ <arg type='s' name='player_desktop_name' direction="in"/>
+ <arg type='b' name='result' direction="out"/>
+ </method>
+
<method name = "GetSoundState">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type='i' name='current_state' direction="out"/>