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.
 
 
 

29 lines
1.1 KiB

<!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.SendLaterAgent">
<method name="setEnableAgent" >
<arg type="b" direction="in"/>
</method>
<method name="enabledAgent" >
<arg type="b" direction="out"/>
</method>
<method name="printDebugInfo" >
<arg type="s" direction="out"/>
</method>
<method name="reload" />
<method name="removeItem" >
<arg name="item" type="x" direction="in"/>
</method>
<method name="addItem">
<arg name="date" type="(iii)" direction="in" />
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QDate">
<arg name="recurrence" type="b" direction="in" />
<arg name="recurrenceValue" type="i" direction="in" />
<arg name="recurrenceUnit" type="i" direction="in" />
<arg name="itemId" type="x" direction="in" />
<arg name="subject" type="s" direction="in" />
<arg name="to" type="s" direction="in" />
</method>
</interface>
</node>