Mercurial > audlegacy
diff src/audacious/mpris_player.xml @ 2769:bf2d80abf76e trunk
[svn] Implemented CMD_IS_ADVANCE and CMD_TOGGLE_ADVANCE. Added partial MPRIS support. Root is complete, Player is partially implemented, and TrackList has not been started.
author | magma |
---|---|
date | Sun, 13 May 2007 18:38:53 -0700 |
parents | f3bc7cb81ed8 |
children | 417472bb3d58 3b6d316f8b09 |
line wrap: on
line diff
--- a/src/audacious/mpris_player.xml Sun May 13 11:57:18 2007 -0700 +++ b/src/audacious/mpris_player.xml Sun May 13 18:38:53 2007 -0700 @@ -21,14 +21,27 @@ <node name="/Player"> <interface name="org.freedesktop.MediaPlayer"> - <method name="Next" /> - <method name="Prev" /> - <method name="Pause" /> - <method name="Stop" /> - <method name="Play" /> - <method name="Quit" /> + <method name="Next"> + <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> + </method> + <method name="Prev"> + <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> + </method> + <method name="Pause"> + <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> + </method> + <method name="Stop"> + <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> + </method> + <method name="Play"> + <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> + </method> + <method name="Quit"> + <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> + </method> <method name="Repeat"> + <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> <arg type="b" direction="in" /> </method> @@ -41,6 +54,7 @@ </method> <method name="VolumeSet"> + <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> <arg type="i" direction="in" /> </method> @@ -49,6 +63,7 @@ </method> <method name="PositionSet"> + <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> <arg type="i" direction="in" /> </method>