diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-10 17:16:04 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-10 17:16:04 +0100 |
commit | 161c8c52715995d2c9e0b9cb04236aaa078c4e8f (patch) | |
tree | e739b873d9a333bf4e93a19f01fd536fc6a1f55a /src/sound-service.xml | |
parent | 7cb21f1a155f52646030e987ab60503b02a04496 (diff) | |
parent | 82a8f86a7088a2e144c89373174c8e03a597f277 (diff) | |
download | ayatana-indicator-sound-161c8c52715995d2c9e0b9cb04236aaa078c4e8f.tar.gz ayatana-indicator-sound-161c8c52715995d2c9e0b9cb04236aaa078c4e8f.tar.bz2 ayatana-indicator-sound-161c8c52715995d2c9e0b9cb04236aaa078c4e8f.zip |
player and track specific support is in
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index 517088e..796fa22 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -12,11 +12,20 @@ <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"/> </method> + <method name = "EnableTrackSpecificItems"> + <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/> + <arg type='o' name='player_object_path' direction="in"/> + <arg type='s' name='player_desktop_id' direction="in"/> + </method> + <method name = "EnablePlayerSpecificItems"> + <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/> + <arg type='o' name='player_object_path' direction="in"/> + <arg type='s' name='player_desktop_id' direction="in"/> + </method> <signal name="SoundStateUpdate"> <arg name="new_state" type="i" direction="out"/> </signal> |