summaryrefslogtreecommitdiffstats
path: root/src/nfc/maemo6/com.nokia.nfc.LLCPRequestor.xml
blob: cf4f625aca4f65276014eccc411d26c02cdb6d94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/foo">
    <interface name="com.nokia.nfc.LLCPRequestor">
        <method name="Accept">
            <arg type="v" direction="in"/>
            <arg type="v" direction="in"/>
            <arg type="h" direction="in"/>
            <arg type="a{sv}" direction="in"/>
        </method>
        <method name="Connect">
            <arg type="v" direction="in"/>
            <arg type="v" direction="in"/>
            <arg type="h" direction="in"/>
            <arg type="a{sv}" direction="in"/>
        </method>
        <method name="Socket">
            <arg type="v" direction="in"/>
            <arg type="h" direction="in"/>
            <arg type="a{sv}" direction="in"/>
        </method>
    </interface>
</node>