mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
53 lines
1.8 KiB
XML
53 lines
1.8 KiB
XML
<!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>
|