Mercurial > audlegacy
annotate src/audacious/mpris_player.xml @ 3081:ba2143c1c6f5
unescape url encoded filename where real filename is needed.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Tue, 17 Jul 2007 00:31:43 +0900 |
parents | bf2d80abf76e |
children | 417472bb3d58 3b6d316f8b09 |
rev | line source |
---|---|
2703 | 1 <?xml version="1.0" encoding="UTF-8" ?> |
2 | |
3 <!-- | |
4 - Audacious: A cross-platform multimedia player | |
5 - Copyright (c) 2007 William Pitcock | |
6 - | |
7 - This program is free software; you can redistribute it and/or modify | |
8 - it under the terms of the GNU General Public License as published by | |
9 - the Free Software Foundation; under version 2 of the License. | |
10 - | |
11 - This program is distributed in the hope that it will be useful, | |
12 - but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 - GNU General Public License for more details. | |
15 - | |
16 - You should have received a copy of the GNU General Public License | |
17 - along with this program; if not, write to the Free Software | |
18 - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | |
19 - 02110-1301, USA. | |
20 --> | |
21 | |
2705 | 22 <node name="/Player"> |
2703 | 23 <interface name="org.freedesktop.MediaPlayer"> |
2769
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
24 <method name="Next"> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
25 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
26 </method> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
27 <method name="Prev"> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
28 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
29 </method> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
30 <method name="Pause"> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
31 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
32 </method> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
33 <method name="Stop"> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
34 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
35 </method> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
36 <method name="Play"> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
37 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
38 </method> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
39 <method name="Quit"> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
40 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
41 </method> |
2705 | 42 |
43 <method name="Repeat"> | |
2769
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
44 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
2705 | 45 <arg type="b" direction="in" /> |
2704 | 46 </method> |
2705 | 47 |
48 <method name="GetStatus"> | |
2704 | 49 <arg type="i" direction="out" /> |
50 </method> | |
2705 | 51 |
52 <method name="GetCaps"> | |
2704 | 53 <arg type="i" direction="out" /> |
54 </method> | |
2705 | 55 |
56 <method name="VolumeSet"> | |
2769
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
57 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
2705 | 58 <arg type="i" direction="in" /> |
2704 | 59 </method> |
2705 | 60 |
61 <method name="VolumeGet"> | |
62 <arg type="i" direction="out" /> | |
63 </method> | |
64 | |
65 <method name="PositionSet"> | |
2769
bf2d80abf76e
[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.
magma
parents:
2705
diff
changeset
|
66 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
2704 | 67 <arg type="i" direction="in" /> |
68 </method> | |
2705 | 69 |
70 <method name="PositionGet"> | |
71 <arg type="i" direction="out" /> | |
2704 | 72 </method> |
2705 | 73 |
74 <signal name="CapsChange"> | |
75 <arg type="i" /> | |
76 </signal> | |
77 | |
78 <signal name="TrackChange"> | |
79 <arg type="a{sv}" /> | |
80 </signal> | |
81 | |
82 <signal name="StatusChange"> | |
83 <arg type="i" /> | |
84 </signal> | |
2703 | 85 </interface> |
86 </node> |