Warning, /pim/messagelib/messagecomposer/src/sendlater/org.freedesktop.Akonadi.SendLaterAgent.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003   <interface name="org.freedesktop.Akonadi.SendLaterAgent">
0004     <method name="setEnableAgent" >
0005       <arg type="b" direction="in"/>
0006     </method>
0007     <method name="enabledAgent" >
0008       <arg type="b" direction="out"/>
0009     </method>
0010     <method name="printDebugInfo" >
0011        <arg type="s" direction="out"/>
0012     </method>
0013     <method name="reload" />
0014     <method name="removeItem" >
0015        <arg name="item" type="x" direction="in"/>
0016     </method>
0017 
0018     <method name="addItem">
0019         <arg name="datetime" type="x" direction="in" />
0020         <arg name="recurrence" type="b" direction="in" />
0021         <arg name="recurrenceValue" type="i" direction="in" />
0022         <arg name="recurrenceUnit" type="i" direction="in" />
0023         <arg name="itemId" type="x" direction="in" />
0024         <arg name="subject" type="s" direction="in" />
0025         <arg name="to" type="s" direction="in" />
0026     </method>
0027   </interface>
0028 </node>