Mercurial > audlegacy
annotate src/audacious/mpris_player.xml @ 3236:74a999f3f4d2
Unbreak XMMS/GTK1 file selector.
Pointed out by ccr.
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 03 Aug 2007 22:17:41 -0500 |
parents | 3b6d316f8b09 |
children | cbe86be4f19b |
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 | |
3121
3b6d316f8b09
GPL3 relicensing.
William Pitcock <nenolod@atheme-project.org>
parents:
2769
diff
changeset
|
9 - the Free Software Foundation; under version 3 of the License. |
2703 | 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 | |
3121
3b6d316f8b09
GPL3 relicensing.
William Pitcock <nenolod@atheme-project.org>
parents:
2769
diff
changeset
|
17 - along with this program. If not, see <http://www.gnu.org/licenses>. |
2703 | 18 --> |
19 | |
2705 | 20 <node name="/Player"> |
2703 | 21 <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
|
22 <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
|
23 <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
|
24 </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
|
25 <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
|
26 <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
|
27 </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
|
28 <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
|
29 <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
|
30 </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
|
31 <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
|
32 <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
|
33 </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
|
34 <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
|
35 <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
|
36 </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
|
37 <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
|
38 <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
|
39 </method> |
2705 | 40 |
41 <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
|
42 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
2705 | 43 <arg type="b" direction="in" /> |
2704 | 44 </method> |
2705 | 45 |
46 <method name="GetStatus"> | |
2704 | 47 <arg type="i" direction="out" /> |
48 </method> | |
2705 | 49 |
50 <method name="GetCaps"> | |
2704 | 51 <arg type="i" direction="out" /> |
52 </method> | |
2705 | 53 |
54 <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
|
55 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
2705 | 56 <arg type="i" direction="in" /> |
2704 | 57 </method> |
2705 | 58 |
59 <method name="VolumeGet"> | |
60 <arg type="i" direction="out" /> | |
61 </method> | |
62 | |
63 <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
|
64 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> |
2704 | 65 <arg type="i" direction="in" /> |
66 </method> | |
2705 | 67 |
68 <method name="PositionGet"> | |
69 <arg type="i" direction="out" /> | |
2704 | 70 </method> |
2705 | 71 |
72 <signal name="CapsChange"> | |
73 <arg type="i" /> | |
74 </signal> | |
75 | |
76 <signal name="TrackChange"> | |
77 <arg type="a{sv}" /> | |
78 </signal> | |
79 | |
80 <signal name="StatusChange"> | |
81 <arg type="i" /> | |
82 </signal> | |
2703 | 83 </interface> |
84 </node> |