mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
28 lines
1.2 KiB
XML
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>
|