20 lines
835 B
XML
20 lines
835 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.ukui.search.service">
|
|
<method name="showWindow"/>
|
|
<method name="searchKeyword">
|
|
<arg name="keyword" type="s" direction="in"/>
|
|
</method>
|
|
<method name="mainWindowSwitch"/>
|
|
<signal name="showWindowSignal">
|
|
<arg name="display" type="s" direction="out"/>
|
|
</signal>
|
|
<signal name="searchKeywordSignal">
|
|
<arg name="display" type="s" direction="out"/>
|
|
<arg name="keyword" type="s" direction="out"/>
|
|
</signal>
|
|
<signal name="mainWindowSwitchSignal">
|
|
<arg name="display" type="s" direction="out"/>
|
|
</signal>
|
|
</interface>
|
|
</node> |