aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.xml
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-07 11:48:56 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-07 11:48:56 +0000
commitf4ed658ce1ea0b2bc0eaa47d9aa95a5585cba533 (patch)
tree4add856d6acba53053846300e0e0a1ff9913599c /src/sound-service.xml
parent39369193c6ae24b0d753edc2332b23b838714254 (diff)
downloadayatana-indicator-sound-f4ed658ce1ea0b2bc0eaa47d9aa95a5585cba533.tar.gz
ayatana-indicator-sound-f4ed658ce1ea0b2bc0eaa47d9aa95a5585cba533.tar.bz2
ayatana-indicator-sound-f4ed658ce1ea0b2bc0eaa47d9aa95a5585cba533.zip
added the is blacklisted dbus method
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"/>