Mercurial > audlegacy
diff src/audacious/mpris_player.xml @ 3261:cbe86be4f19b trunk
-Changed copyright notice
-Added other MPRIS methods/signals
| author | Ben Tucker <ben.tucker@gmail.com> |
|---|---|
| date | Wed, 25 Jul 2007 23:15:41 -0700 |
| parents | 3b6d316f8b09 |
| children | 8af43e099cce |
line wrap: on
line diff
--- a/src/audacious/mpris_player.xml Wed Jul 25 23:02:50 2007 -0700 +++ b/src/audacious/mpris_player.xml Wed Jul 25 23:15:41 2007 -0700 @@ -3,6 +3,7 @@ <!-- - Audacious: A cross-platform multimedia player - Copyright (c) 2007 William Pitcock + - Copyright (c) 2007 Ben Tucker - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by @@ -37,7 +38,9 @@ <method name="Quit"> <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> </method> - + <method name="Disconnect"> + <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" /> @@ -47,6 +50,10 @@ <arg type="i" direction="out" /> </method> + <method name="GetMetadata"> + <arg type="a{sv}" direction="out" /> + </method> + <method name="GetCaps"> <arg type="i" direction="out" /> </method> @@ -80,5 +87,8 @@ <signal name="StatusChange"> <arg type="i" /> </signal> + + <signal name="Disconnected"> + </signal> </interface> </node>
