21 lines
571 B
XML
21 lines
571 B
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.freedesktop.MediaPlayer">
|
|
<method name="Identity">
|
|
<arg type="s" direction="out"/>
|
|
</method>
|
|
|
|
<method name="Quit">
|
|
</method>
|
|
|
|
<method name="MprisVersion">
|
|
<arg type="(qq)" direction="out"/>
|
|
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="Version"/>
|
|
</method>
|
|
|
|
</interface>
|
|
</node>
|