not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / dataengines / nowplaying / playerinterface / org.kde.juk.player.xml
blobbb6e18d4af29edbf69b82e904b1a4784a30b8147
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node>
4   <interface name="org.kde.juk.player">
5     <method name="playing">
6       <arg type="b" direction="out"/>
7     </method>
8     <method name="paused">
9       <arg type="b" direction="out"/>
10     </method>
11     <method name="volume">
12       <arg type="d" direction="out"/>
13     </method>
14     <method name="status">
15       <arg type="i" direction="out"/>
16     </method>
17     <method name="trackProperties">
18       <arg type="as" direction="out"/>
19     </method>
20     <method name="trackProperty">
21       <arg type="s" direction="out"/>
22       <arg name="property" type="s" direction="in"/>
23     </method>
24     <method name="play"/>
25     <method name="play">
26       <arg name="file" type="s" direction="in"/>
27     </method>
28     <method name="pause"/>
29     <method name="stop"/>
30     <method name="playPause"/>
31     <method name="back"/>
32     <method name="forward"/>
33     <method name="seekBack"/>
34     <method name="seekForward"/>
35     <method name="volumeUp"/>
36     <method name="volumeDown"/>
37     <method name="mute"/>
38     <method name="setVolume">
39       <arg name="volume" type="d" direction="in"/>
40     </method>
41     <method name="seek">
42       <arg name="time" type="i" direction="in"/>
43     </method>
44     <method name="playingString">
45       <arg type="s" direction="out"/>
46     </method>
47     <method name="currentTime">
48       <arg type="i" direction="out"/>
49     </method>
50     <method name="totalTime">
51       <arg type="i" direction="out"/>
52     </method>
53     <method name="randomPlayMode">
54       <arg type="s" direction="out"/>
55     </method>
56     <method name="setRandomPlayMode">
57       <arg name="randomMode" type="s" direction="in"/>
58     </method>
59   </interface>
60 </node>