kde-extraapps/kdeplasma-addons/applets/lancelot/application/org.kde.lancelot.xml
2015-01-15 17:07:43 +00:00

65 lines
2 KiB
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.lancelot.App">
<method name="show">
<arg type="b" direction="out"/>
<arg name="x" type="i" direction="in"/>
<arg name="y" type="i" direction="in"/>
</method>
<method name="showCentered">
<arg type="b" direction="out"/>
</method>
<method name="showItem">
<arg type="b" direction="out"/>
<arg name="x" type="i" direction="in"/>
<arg name="y" type="i" direction="in"/>
<arg name="name" type="s" direction="in"/>
</method>
<method name="hide">
<arg type="b" direction="out"/>
<arg name="immediate" type="b" direction="in"/>
</method>
<method name="hide">
<arg type="b" direction="out"/>
</method>
<method name="search">
<arg type="b" direction="out"/>
<arg name="string" type="s" direction="in"/>
</method>
<method name="isShowing">
<arg type="b" direction="out"/>
</method>
<method name="isShowing">
<arg type="b" direction="out"/>
<arg name="section" type="s" direction="in"/>
</method>
<method name="configureShortcuts">
</method>
<method name="configurationChanged">
</method>
<method name="showMenuEditor">
</method>
<method name="addClient">
<arg type="i" direction="out"/>
</method>
<method name="removeClient">
<arg type="b" direction="out"/>
<arg name="id" type="i" direction="in"/>
</method>
<method name="sectionIDs">
<arg type="as" direction="out"/>
</method>
<method name="sectionNames">
<arg type="as" direction="out"/>
</method>
<method name="sectionIcons">
<arg type="as" direction="out"/>
</method>
<method name="setImmutability">
<arg name="immutable" type="i" direction="in"/>
</method>
<method name="immutability">
<arg type="i" direction="out"/>
</method>
</interface>
</node>