mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 11:22:55 +00:00
62 lines
1.5 KiB
XML
62 lines
1.5 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.freedesktop.MediaPlayer">
|
|
<method name="PlayPause">
|
|
</method>
|
|
|
|
<method name="Play">
|
|
</method>
|
|
|
|
<method name="Pause">
|
|
</method>
|
|
|
|
<method name="Stop">
|
|
</method>
|
|
|
|
<method name="GetStatus">
|
|
<arg type="(iiii)" direction="out"/>
|
|
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="DBusStatus"/>
|
|
</method>
|
|
|
|
<method name="GetCaps">
|
|
<arg type="i" direction="out" />
|
|
</method>
|
|
|
|
<method name="PositionSet">
|
|
<arg name="progress" type="i" direction="in"/>
|
|
</method>
|
|
|
|
<method name="PositionGet">
|
|
<arg type="i" direction="out"/>
|
|
</method>
|
|
|
|
<method name="GetMetadata">
|
|
<arg type="a{sv}" direction="out"/>
|
|
<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
|
|
</method>
|
|
|
|
<method name="VolumeSet">
|
|
<arg type="i" direction="in"/>
|
|
</method>
|
|
|
|
<method name="VolumeGet">
|
|
<arg type="i" direction="out"/>
|
|
</method>
|
|
|
|
|
|
|
|
<signal name="StatusChange">
|
|
<arg type="(iiii)"/>
|
|
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="DBusStatus"/>
|
|
</signal>
|
|
|
|
<signal name="CapsChange">
|
|
<arg type="i" />
|
|
</signal>
|
|
|
|
<signal name="TrackChange">
|
|
<arg type="a{sv}"/>
|
|
<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
|
|
</signal>
|
|
</interface>
|
|
</node>
|