mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
27 lines
937 B
XML
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>
|