You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

26 lines
1010 B

<!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.kde.kmail.mailcomposer">
<method name="send">
<arg name="how" type="i" direction="in"/>
</method>
<method name="addAttachment">
<arg name="url" type="s" direction="in"/>
<arg name="comment" type="s" direction="in"/>
</method>
<method name="setBody">
<arg name="body" type="s" direction="in"/>
</method>
<method name="addAttachment">
<arg name="name" type="s" direction="in"/>
<arg name="cte" type="ay" direction="in"/>
<arg name="data" type="ay" direction="in"/>
<arg name="type" type="ay" direction="in"/>
<arg name="subType" type="ay" direction="in"/>
<arg name="paramAttr" type="ay" direction="in"/>
<arg name="paramValue" type="s" direction="in"/>
<arg name="contDisp" type="ay" direction="in"/>
</method>
</interface>
</node>