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
1006 B
24 lines
1006 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.FollowUpReminderAgent"> |
|
<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="addReminder"> |
|
<arg name="messageId" type="s" direction="in" /> |
|
<arg name="originalMessageItemId" type="x" direction="in" /> |
|
<arg name="to" type="s" direction="in" /> |
|
<arg name="subject" type="s" direction="in" /> |
|
<arg name="followupDate" type="(iii)" direction="in" /> |
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In4" value="QDate" /> |
|
<arg name="todoId" type="x" direction="in" /> |
|
</method> |
|
</interface> |
|
</node>
|
|
|