kde-playground/kdepim/agents/archivemailagent/org.freedesktop.Akonadi.ArchiveMailAgent.xml
2015-04-14 21:49:29 +00:00

27 lines
937 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.ArchiveMailAgent">
<method name="showConfigureDialog" >
<arg direction="in" type="x" name="windowId" />
</method>
<method name="pause"/>
<method name="resume"/>
<method name="printArchiveListInfo">
<arg direction="out" type="s" />
</method>
<method name="printCurrentListInfo">
<arg direction="out" type="s" />
</method>
<method name="setEnableAgent" >
<arg direction="in" type="b" name="enabled" />
</method>
<method name="enabledAgent" >
<arg direction="out" type="b" />
</method>
<method name="archiveFolder" >
<arg direction="in" type="s" name="path" />
<arg direction="in" type="x" name="collectionId" />
</method>
</interface>
</node>