]> git.sesse.net Git - kdenlive/blob - src/org.kdenlive.MainWindow.xml
Jobs can now be aborted from the "running job" view
[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     <signal name="abortRenderJob">
5       <arg name="url" type="s" direction="out"/>
6     </signal>
7     <method name="setRenderingProgress">
8       <arg name="url" type="s" direction="in"/>
9       <arg name="progress" type="i" direction="in"/>
10     </method>
11   </interface>
12 </node>