kde-playground/kdepimlibs/akonadi/interfaces/org.freedesktop.Akonadi.Resource.FreeBusyProvider.xml
2015-04-14 21:49:29 +00:00

28 lines
1.2 KiB
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.Resource.FreeBusyProvider">
<method name="lastCacheUpdate">
<arg type="s" direction="out"/>
</method>
<method name="canHandleFreeBusy">
<arg name="email" type="s" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="retrieveFreeBusy">
<arg name="email" type="s" direction="in"/>
<arg name="start" type="s" direction="in"/>
<arg name="end" type="s" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<signal name="handlesFreeBusy">
<arg name="email" type="s" direction="out"/>
<arg name="handles" type="b" direction="out"/>
</signal>
<signal name="freeBusyRetrieved">
<arg name="email" type="s" direction="out"/>
<arg name="freeBusy" type="s" direction="out"/>
<arg name="success" type="b" direction="out"/>
<arg name="errorText" type="s" direction="out"/>
</signal>
</interface>
</node>