kde-workspace/krunner/dbus/org.kde.krunner.App.xml
2014-11-13 19:30:51 +02:00

33 lines
1.1 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.krunner.App">
<method name="initializeStartupNotification">
</method>
<method name="showTaskManager">
</method>
<method name="showTaskManagerWithFilter">
<arg name="filterText" type="s" direction="in"/>
</method>
<method name="display">
</method>
<method name="displaySingleRunner">
<arg name="runnerName" type="s" direction="in"/>
</method>
<method name="displayWithClipboardContents">
</method>
<method name="query">
<arg name="term" type="s" direction="in"/>
</method>
<method name="querySingleRunner">
<arg name="runnerName" type="s" direction="in"/>
<arg name="term" type="s" direction="in"/>
</method>
<method name="switchUser">
</method>
<method name="clearHistory">
</method>
<method name="singleModeAdvertisedRunnerIds">
<arg type="as" direction="out"/>
</method>
</interface>
</node>