mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
15 lines
702 B
XML
15 lines
702 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.freedesktop.Akonadi.AgentManagerInternal">
|
|
<method name="addSearch">
|
|
<arg name="query" type="s" direction="in"/>
|
|
<arg name="queryLanguage" type="s" direction="in"/>
|
|
<arg name="destination" type="x" direction="in"/>
|
|
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
|
</method>
|
|
<method name="removeSearch">
|
|
<arg name="destination" type="x" direction="in"/>
|
|
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|