aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.xml
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-06-21 18:26:10 +0200
committerConor Curran <conor.curran@canonical.com>2011-06-21 18:26:10 +0200
commita6dee99edd1a3870c4dc4557f605578c52a4f0dc (patch)
tree6945b0519d0579577c0d8cd5316c626215449c77 /src/sound-service.xml
parent5e112656817e193c26ee462f4beffb83c08858f4 (diff)
downloadayatana-indicator-sound-a6dee99edd1a3870c4dc4557f605578c52a4f0dc.tar.gz
ayatana-indicator-sound-a6dee99edd1a3870c4dc4557f605578c52a4f0dc.tar.bz2
ayatana-indicator-sound-a6dee99edd1a3870c4dc4557f605578c52a4f0dc.zip
custom marshaller in place to handle the string string signature on our item specific dbus methods
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r--src/sound-service.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml
index af0f136..796fa22 100644
--- a/src/sound-service.xml
+++ b/src/sound-service.xml
@@ -18,13 +18,13 @@
</method>
<method name = "EnableTrackSpecificItems">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
- <arg type='s' name='player_object_path' direction="in"/>
+ <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"/>
- <arg type='s' name='player_object_path' direction="in"/>
</method>
<signal name="SoundStateUpdate">
<arg name="new_state" type="i" direction="out"/>