mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
15 lines
491 B
XML
15 lines
491 B
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="org.kde.libkonq.FileUndoManager">
|
|
<method name="get">
|
|
<arg name="commands" type="ay" direction="out"/>
|
|
</method>
|
|
<signal name="lock"/>
|
|
<signal name="pop"/>
|
|
<signal name="push">
|
|
<arg name="command" type="ay" direction="out"/>
|
|
</signal>
|
|
<signal name="unlock"/>
|
|
</interface>
|
|
</node>
|