You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
828 B
24 lines
828 B
<!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="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>
|
|
|