Warning, /frameworks/kcoreaddons/src/lib/io/org.freedesktop.portal.FileTransfer.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <!--
0003   SPDX-License-Identifier: CC0-1.0
0004   SPDX-FileCopyrightText: none
0005 -->
0006 <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
0007   <interface name="org.freedesktop.portal.FileTransfer">
0008     <method name="StartTransfer">
0009       <arg type="a{sv}" name="options" direction="in"/>
0010       <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap" />
0011       <arg type="s" name="key" direction="out"/>
0012     </method>
0013     <method name="AddFiles">
0014       <arg type="s" name="key" direction="in"/>
0015       <arg type="ah" name="fds" direction="in"/>
0016       <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="FDList" />
0017       <arg type="a{sv}" name="options" direction="in"/>
0018       <annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="QVariantMap" />
0019     </method>
0020     <method name="RetrieveFiles">
0021       <arg type="s" name="key" direction="in"/>
0022       <arg type="a{sv}" name="options" direction="in"/>
0023       <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap" />
0024       <arg type="as" name="files" direction="out"/>
0025     </method>
0026     <method name="StopTransfer">
0027       <arg type="s" name="key" direction="in"/>
0028     </method>
0029     <signal name="TransferClosed">
0030       <arg type="s" name="key"/>
0031     </signal>
0032   </interface>
0033 </node>