not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / dataengines / nowplaying / playerinterface / mpris / org.freedesktop.MediaPlayer.player.xml
blob302c3830b63963f8240afde919b8cb96840e1a53
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
5 <node>
6   <interface name="org.freedesktop.MediaPlayer">
8     <method name="Next">
9     </method>
11     <method name="Prev">
12     </method>
14     <method name="Pause">
15     </method>
17     <method name="Stop">
18     </method>
20     <method name="Play">
21     </method>
23     <method name="Repeat">
24         <arg type="b" direction="in" />
25     </method>
27     <method name="GetStatus">
28         <arg type="(iiii)" direction="out"/>
29         <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="MprisDBusStatus" />
30     </method>
32     <method name="GetMetadata">
33         <arg type="a{sv}" direction="out"/>
34         <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
35     </method>
37     <method name="GetCaps">
38         <arg type="i" direction="out" />
39     </method>
41     <method name="VolumeSet">
42         <arg type="i" direction="in"/>
43     </method>
45     <method name="VolumeGet">
46         <arg type="i" direction="out"/>
47     </method>
49     <method name="PositionSet">
50         <arg type="i" direction="in"/>
51     </method>
53     <method name="PositionGet">
54         <arg type="i" direction="out"/>
55     </method>
57     <signal name="TrackChange">
58         <arg type="a{sv}"/>
59         <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
60     </signal>
62     <signal name="StatusChange">
63         <arg type="(iiii)"/>
64         <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="MprisDBusStatus"/>
65     </signal>
67     <signal name="CapsChange">
68         <arg type="i" />
69     </signal>
71   </interface>
72 </node>