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 <interface name="org.kde.juk.player">
5 <method name="playing">
6 <arg type="b" direction="out"/>
9 <arg type="b" direction="out"/>
11 <method name="volume">
12 <arg type="d" direction="out"/>
14 <method name="status">
15 <arg type="i" direction="out"/>
17 <method name="trackProperties">
18 <arg type="as" direction="out"/>
20 <method name="trackProperty">
21 <arg type="s" direction="out"/>
22 <arg name="property" type="s" direction="in"/>
26 <arg name="file" type="s" direction="in"/>
28 <method name="pause"/>
30 <method name="playPause"/>
32 <method name="forward"/>
33 <method name="seekBack"/>
34 <method name="seekForward"/>
35 <method name="volumeUp"/>
36 <method name="volumeDown"/>
38 <method name="setVolume">
39 <arg name="volume" type="d" direction="in"/>
42 <arg name="time" type="i" direction="in"/>
44 <method name="playingString">
45 <arg type="s" direction="out"/>
47 <method name="currentTime">
48 <arg type="i" direction="out"/>
50 <method name="totalTime">
51 <arg type="i" direction="out"/>
53 <method name="randomPlayMode">
54 <arg type="s" direction="out"/>
56 <method name="setRandomPlayMode">
57 <arg name="randomMode" type="s" direction="in"/>