diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-21 10:12:12 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-21 10:12:12 +0200 |
commit | a3acb4947b7ae8c31e873befb24bebe64b36e49c (patch) | |
tree | a00e2882f179325c6bc2c6d9dbdd459656de6701 /src/sound-service.xml | |
parent | 4fc554dc87e61f4fa7c605236da86d05781f7496 (diff) | |
download | ayatana-indicator-sound-a3acb4947b7ae8c31e873befb24bebe64b36e49c.tar.gz ayatana-indicator-sound-a3acb4947b7ae8c31e873befb24bebe64b36e49c.tar.bz2 ayatana-indicator-sound-a3acb4947b7ae8c31e873befb24bebe64b36e49c.zip |
expanded the signature on the dbus methods for player and track specific items to handle the object path on the other side
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index aa9f229..af0f136 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -18,11 +18,13 @@ </method> <method name = "EnableTrackSpecificItems"> <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/> - <arg type='s' name='player_desktop_name' direction="in"/> + <arg type='s' 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='s' name='player_desktop_name' direction="in"/> + <arg type='s' name='player_desktop_id' direction="in"/> + <arg type='s' name='player_object_path' direction="in"/> </method> <signal name="SoundStateUpdate"> <arg name="new_state" type="i" direction="out"/> |