summaryrefslogtreecommitdiffstats
path: root/src/nfc/maemo6/com.nokia.nfc.AccessRequestor.xml
blob: 655448d21053aa15b4554d0bd898810ecfb0bdb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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.AccessRequestor">
        <method name="AccessFailed">
            <arg type="o" direction="in"/>
            <arg type="s" direction="in"/>
            <arg type="s" direction="in"/>
        </method>
        <method name="AccessGranted">
            <arg type="o" direction="in"/>
            <arg type="s" direction="in"/>
        </method>
    </interface>
</node>