~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to plasma/generic/dataengines/nowplaying/playerinterface/mpris/org.freedesktop.MediaPlayer.tracklist.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
4
<node>
 
5
  <interface name="org.freedesktop.MediaPlayer">
 
6
 
 
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"/>
 
11
    </method>
 
12
 
 
13
    <method name="GetCurrentTrack">
 
14
        <arg type="i" direction="out" />
 
15
    </method>
 
16
 
 
17
    <method name="GetLength">
 
18
        <arg type="i" direction="out" />
 
19
    </method>
 
20
 
 
21
    <method name="AddTrack">
 
22
        <arg type="s" direction="in" />
 
23
        <arg type="b" direction="in" />
 
24
        <arg type="i" direction="out" />
 
25
    </method>
 
26
 
 
27
    <method name="DelTrack">
 
28
        <arg type="i" />
 
29
    </method>
 
30
 
 
31
    <method name="SetLoop">
 
32
        <arg type="b" />
 
33
    </method>
 
34
 
 
35
    <method name="SetRandom">
 
36
        <arg type="b" />
 
37
    </method>
 
38
 
 
39
    <signal name="TrackListChange">
 
40
        <arg type="i" />
 
41
    </signal>
 
42
 
 
43
  </interface>
 
44
</node>