mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
22 lines
869 B
XML
22 lines
869 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.AgentServer">
|
|
<method name="agentInstanceConfigure">
|
|
<arg name="identifier" type="s" direction="in" />
|
|
<arg name="windowId" type="x" direction="in" />
|
|
</method>
|
|
<method name="started">
|
|
<arg type="b" direction="out"/>
|
|
<arg name="identifier" type="s" direction="in"/>
|
|
</method>
|
|
<method name="startAgent">
|
|
<arg name="identifier" type="s" direction="in"/>
|
|
<arg name="typeIdentifier" type="s" direction="in"/>
|
|
<arg name="fileName" type="s" direction="in"/>
|
|
</method>
|
|
<method name="stopAgent">
|
|
<arg name="identifier" type="s" direction="in"/>
|
|
</method>
|
|
<method name="quit"/>
|
|
</interface>
|
|
</node>
|