~neon/juk/master

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