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.kde.Konqueror.UndoManager">
4 <signal name="notifyClosedWindowItem">
5 <arg name="title" type="s" direction="out"/>
6 <arg name="numTabs" type="i" direction="out"/>
7 <arg name="configFileName" type="s" direction="out"/>
8 <arg name="configGroup" type="s" direction="out"/>
10 <signal name="notifyRemove">
11 <arg name="configFileName" type="s" direction="out"/>
12 <arg name="configGroup" type="s" direction="out"/>