Warning, /multimedia/amarok/src/dbus/org.kde.amarok.Collection.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003   <interface name="org.kde.amarok.Collection">
0004     <method name="Query">
0005      <!-- this method is deprecated and will be removed for Amarok 2.3. use MprisQuery instead -->
0006       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;QVariantMap >"/>
0007       <arg name="result" type="aa{sv}" direction="out"/>
0008       <arg name="queryXml" type="s" direction="in"/>
0009     </method>
0010     <method name="MprisQuery">
0011       <!-- This query will return the metadata in a MPRIS compatible format -->
0012       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;QVariantMap >"/>
0013       <arg name="result" type="aa{sv}" direction="out"/>
0014       <arg name="queryXml" type="s" direction="in"/>
0015     </method>
0016   </interface>
0017 </node>