summaryrefslogtreecommitdiffstats
path: root/src/nfc/maemo6/com.nokia.nfc.Device.xml
blob: 17acc5d0250075bca5e9b2e27a6c044963414858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/com/nokia/nfc/0/nfc0/target_DE_AD_BE_EF">
    <interface name="com.nokia.nfc.Device">
        <method name="GetProperties">
            <arg type="a{sv}" direction="out"/>
            <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
        </method>
        <method name="SetProperty">
            <arg type="s" direction="in"/>
            <arg type="v" direction="in"/>
        </method>
        <signal name="PropertyChanged">
            <arg type="s"/>
            <arg type="v"/>
        </signal>
        <property name="UID" type="s" access="read"/>
    </interface>
</node>