mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
66 lines
2 KiB
XML
66 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>
|