Warning, /frameworks/kmediaplayer/src/org.kde.KMediaPlayer.xml is written in an unsupported language. File is not indexed.
0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" 0002 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> 0003 <node> 0004 <interface name="org.kde.KMediaPlayer"> 0005 <method name="openUrl"> 0006 <arg name="file" type="s" direction="in"/> 0007 <arg type="b" direction="out"/> 0008 </method> 0009 <method name="pause"/> 0010 <method name="play"/> 0011 <method name="stop"/> 0012 <method name="seek"> 0013 <arg name="msec" type="x" direction="in"/> 0014 </method> 0015 <property name="seekable" type="b" access="read"> 0016 <annotation name="com.trolltech.QtDBus.propertyGetter" value="isSeekable"/> 0017 </property> 0018 <property name="position" type="x" access="read"/> 0019 <property name="hasLength" type="b" access="read"/> 0020 <property name="length" type="x" access="read"/> 0021 <property name="looping" type="b" access="readwrite"> 0022 <annotation name="com.trolltech.QtDBus.propertyGetter" value="isLooping"/> 0023 </property> 0024 <property name="state" type="i" access="readwrite"/> 0025 </interface> 0026 </node>