Warning, /multimedia/juk/org.kde.juk.player.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
0002 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0003 <node>
0004   <interface name="org.kde.juk.player">
0005     <method name="playing">
0006       <arg type="b" direction="out"/>
0007     </method>
0008     <method name="paused">
0009       <arg type="b" direction="out"/>
0010     </method>
0011     <method name="volume">
0012       <arg type="d" direction="out"/>
0013     </method>
0014     <method name="status">
0015       <arg type="i" direction="out"/>
0016     </method>
0017     <method name="trackProperties">
0018       <arg type="as" direction="out"/>
0019     </method>
0020     <method name="trackProperty">
0021       <arg type="s" direction="out"/>
0022       <arg name="property" type="s" direction="in"/>
0023     </method>
0024     <method name="play"/>
0025     <method name="play">
0026       <arg name="file" type="s" direction="in"/>
0027     </method>
0028     <method name="pause"/>
0029     <method name="stop"/>
0030     <method name="playPause"/>
0031     <method name="back"/>
0032     <method name="forward"/>
0033     <method name="seekBack"/>
0034     <method name="seekForward"/>
0035     <method name="volumeUp"/>
0036     <method name="volumeDown"/>
0037     <method name="mute"/>
0038     <method name="setVolume">
0039       <arg name="volume" type="d" direction="in"/>
0040     </method>
0041     <!-- I can't make this work reliably, so remove the capability
0042     <method name="seek">
0043       <arg name="time" type="i" direction="in"/>
0044     </method>-->
0045     <method name="playingString">
0046       <arg type="s" direction="out"/>
0047     </method>
0048     <method name="currentTime">
0049       <arg type="i" direction="out"/>
0050     </method>
0051     <method name="totalTime">
0052       <arg type="i" direction="out"/>
0053     </method>
0054     <method name="currentTimeMSecs">
0055       <arg type="i" direction="out"/>
0056     </method>
0057     <method name="totalTimeMSecs">
0058       <arg type="i" direction="out"/>
0059     </method>
0060     <method name="randomPlayMode">
0061       <arg type="s" direction="out"/>
0062     </method>
0063     <method name="setRandomPlayMode">
0064       <arg name="randomMode" type="s" direction="in"/>
0065     </method>
0066   </interface>
0067 </node>