1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <interface name="org.kdenlive.MainWindow">
4 <signal name="abortRenderJob">
5 <arg name="url" type="s" direction="out"/>
7 <method name="setRenderingProgress">
8 <arg name="url" type="s" direction="in"/>
9 <arg name="progress" type="i" direction="in"/>
11 <method name="setRenderingFinished">
12 <arg name="url" type="s" direction="in"/>
13 <arg name="status" type="i" direction="in"/>
14 <arg name="error" type="s" direction="in"/>