mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
12 lines
532 B
XML
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>
|