kde-playground/kdepim/calendarsupport/org.freedesktop.Akonadi.CalendarSearchAgent.xml
2015-04-14 21:49:29 +00:00

12 lines
532 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.CalendarSearchAgent">
<method name="createSearch">
<arg type="a{sv}" direction="out">
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
</arg>
<arg name="startDate" type="s" direction="in"/>
<arg name="endDate" type="s" direction="in"/>
</method>
</interface>
</node>