diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-06-21 18:26:10 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-06-21 18:26:10 +0200 |
commit | a6dee99edd1a3870c4dc4557f605578c52a4f0dc (patch) | |
tree | 6945b0519d0579577c0d8cd5316c626215449c77 /src/sound-service.xml | |
parent | 5e112656817e193c26ee462f4beffb83c08858f4 (diff) | |
download | ayatana-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.xml | 4 |
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"/> |