not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / dataengines / nowplaying / playerinterface / mpris / org.freedesktop.MediaPlayer.tracklist.xml
blobe8cb127bcc71b62f876b4c1193d9aa6624cb3692
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
4 <node>
5   <interface name="org.freedesktop.MediaPlayer">
7     <method name="GetMetadata">
8         <arg type="i" direction="in" />
9         <arg type="a{sv}" direction="out" />
10         <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
11     </method>
13     <method name="GetCurrentTrack">
14         <arg type="i" direction="out" />
15     </method>
17     <method name="GetLength">
18         <arg type="i" direction="out" />
19     </method>
21     <method name="AddTrack">
22         <arg type="s" direction="in" />
23         <arg type="b" direction="in" />
24         <arg type="i" direction="out" />
25     </method>
27     <method name="DelTrack">
28         <arg type="i" />
29     </method>
31     <method name="SetLoop">
32         <arg type="b" />
33     </method>
35     <method name="SetRandom">
36         <arg type="b" />
37     </method>
39     <signal name="TrackListChange">
40         <arg type="i" />
41     </signal>
43   </interface>
44 </node>