mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
32 lines
1 KiB
XML
32 lines
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="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>
|