diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-07 15:28:40 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-07 15:28:40 +0000 |
commit | c552d82ff707e86eba876aaa8fda86e1596856a0 (patch) | |
tree | 908446b67697d177180560f0aa1aadfdfac573e7 /src/sound-service.xml | |
parent | 39369193c6ae24b0d753edc2332b23b838714254 (diff) | |
parent | 10f404afef79bcf5fe3bb4bdc8a82d0cff08d87a (diff) | |
download | ayatana-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.xml | 6 |
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"/> |