]> git.sesse.net Git - kdenlive/blob - src/org.kdenlive.MainWindow.xml
Start of Kdenlive's d-bus interface, bringing a new tab in the render dialog showing...
[kdenlive] / src / org.kdenlive.MainWindow.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node>
3   <interface name="org.kdenlive.MainWindow">
4     <method name="setRenderingProgress">
5       <arg name="url" type="s" direction="in"/>
6       <arg name="progress" type="i" direction="in"/>
7     </method>
8   </interface>
9 </node>