mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
14 lines
610 B
XML
14 lines
610 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.Resource.Transport">
|
|
<method name="send">
|
|
<arg name="itemId" type="x" direction="in"/>
|
|
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
|
</method>
|
|
<signal name="transportResult">
|
|
<arg name="itemId" type="x" direction="out"/>
|
|
<arg name="result" type="i" direction="out"/>
|
|
<arg name="message" type="s" direction="out"/>
|
|
</signal>
|
|
</interface>
|
|
</node>
|