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 <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"/>
13 <method name="GetCurrentTrack">
14 <arg type="i" direction="out" />
17 <method name="GetLength">
18 <arg type="i" direction="out" />
21 <method name="AddTrack">
22 <arg type="s" direction="in" />
23 <arg type="b" direction="in" />
24 <arg type="i" direction="out" />
27 <method name="DelTrack">
31 <method name="SetLoop">
35 <method name="SetRandom">
39 <signal name="TrackListChange">