summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.bluez.obex.ObjectPush1.xml
blob: 651f21a5a7df6d69cebe160504f8230c53f0cd2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!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.bluez.obex.ObjectPush1">
        <method name="SendFile">
            <arg name="sourcefile" type="s" direction="in"/>
            <arg name="transfer" type="o" direction="out"/>
            <arg name="properties" type="a{sv}" direction="out"/>
            <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
        </method>
        <method name="PullBusinessCard">
            <arg name="targetfile" type="s" direction="in"/>
            <arg name="transfer" type="o" direction="out"/>
            <arg name="properties" type="a{sv}" direction="out"/>
            <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
        </method>
        <method name="ExchangeBusinessCards">
            <arg name="clientfile" type="s" direction="in"/>
            <arg name="targetfile" type="s" direction="in"/>
            <arg name="transfer" type="o" direction="out"/>
            <arg name="properties" type="a{sv}" direction="out"/>
            <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
        </method>
    </interface>
</node>