Debianized
[someplayer] / src / resources / ru.somebody.someplayer.xml
1 <!--
2 /*
3  * SomePlayer - An alternate music player for Maemo 5
4  * Copyright (C) 2010 Nikolay (somebody) Tischenko <niktischenko@gmail.com>
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License
8  * as published by the Free Software Foundation; either version 2
9  * of the License, or (at your option) any later version.
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  02110-1301, USA.
19  */
20 -->
21
22 <node>
23         <interface name="ru.somebody.someplayer">
24                 <method name="prev">
25                         <annotation name="org.freedesktop.DBus.Method.NoReply" value="true" />
26                 </method>
27                 <method name="next">
28                         <annotation name="org.freedesktop.DBus.Method.NoReply" value="true" />
29                 </method>
30                 <method name="toggle">
31                         <annotation name="org.freedesktop.DBus.Method.NoReply" value="true" />
32                 </method>
33                 <method name="stop">
34                         <annotation name="org.freedesktop.DBus.Method.NoReply" value="true" />
35                 </method>
36                 <method name="artist">
37                         <arg type="s" direction="out"/>
38                 </method>
39                 <method name="album">
40                         <arg type="s" direction="out"/>
41                 </method>
42                 <method name="title">
43                         <arg type="s" direction="out"/>
44                 </method>
45         </interface>
46 </node>
47