Warning, /multimedia/kmplayer/src/lib/org.kde.kmplayer.callback.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.kmplayer.callback">
0005     <method name="running">
0006       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0007       <arg name="service" type="s" direction="in"/>
0008     </method>
0009     <method name="plugged">
0010       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0011     </method>
0012     <method name="dimension">
0013       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0014       <arg name="width" type="i" direction="in"/>
0015       <arg name="height" type="i" direction="in"/>
0016     </method>
0017     <method name="request_stream">
0018       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0019       <arg name="path" type="s" direction="in"/>
0020       <arg name="url" type="s" direction="in"/>
0021       <arg name="target" type="s" direction="in"/>
0022       <arg name="post" type="ay" direction="in"/>
0023     </method>
0024     <method name="evaluate">
0025       <arg type="s" direction="out"/>
0026       <arg name="script" type="s" direction="in"/>
0027       <arg name="store" type="b" direction="in"/>
0028     </method>
0029     <method name="cookie">
0030       <arg type="s" direction="out"/>
0031       <arg name="url" type="s" direction="in"/>
0032     </method>
0033   </interface>
0034 </node>