~neon/juk/master

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.kde.juk.collection">
    <method name="openFile">
      <arg name="file" type="s" direction="in"/>
    </method>
    <method name="openFile">
      <arg name="files" type="as" direction="in"/>
    </method>
    <method name="openFile">
      <arg name="playlist" type="s" direction="in"/>
      <arg name="file" type="s" direction="in"/>
    </method>
    <method name="openFile">
      <arg name="playlist" type="s" direction="in"/>
      <arg name="files" type="as" direction="in"/>
    </method>
    <method name="visiblePlaylist">
      <arg type="s" direction="out"/>
    </method>
    <method name="playingPlaylist">
      <arg type="s" direction="out"/>
    </method>
    <method name="playlists">
      <arg type="as" direction="out"/>
    </method>
    <method name="playlistTracks">
      <arg type="as" direction="out"/>
      <arg name="playlist" type="s" direction="in"/>
    </method>
    <method name="trackProperty">
      <arg type="s" direction="out"/>
      <arg name="file" type="s" direction="in"/>
      <arg name="property" type="s" direction="in"/>
    </method>
    <method name="createPlaylist">
      <arg name="name" type="s" direction="in"/>
    </method>
    <method name="setPlaylist">
      <arg name="name" type="s" direction="in"/>
    </method>
    <method name="remove">
    </method>
    <method name="removeTrack">
      <arg name="playlist" type="s" direction="in"/>
      <arg name="files" type="as" direction="in"/>
    </method>
    <method name="trackCover">
      <arg type="s" direction="out"/>
      <arg name="track" type="s" direction="in"/>
    </method>
  </interface>
</node>