summaryrefslogtreecommitdiffstats
path: root/src/nfc/neard/org.neard.Manager.xml
blob: 1ed9237848952b7618d763f9c74c6a45d50ac089 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
<!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.neard.Manager">
                <method name="GetProperties">
                        <arg name="properties" type="a{sv}" direction="out"/>
                        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
                </method>
                <method name="SetProperty">
                        <arg name="name" type="s" direction="in"/>
                        <arg name="value" type="v" direction="in"/>
                </method>
                <method name="RegisterHandoverAgent">
                        <arg name="path" type="o" direction="in"/>
                </method>
                <method name="UnregisterHandoverAgent">
                        <arg name="path" type="o" direction="in"/>
                </method>
                <method name="RegisterNDEFAgent">
                        <arg name="path" type="o" direction="in"/>
                        <arg name="type" type="s" direction="in"/>
                </method>
                <method name="UnregisterNDEFAgent">
                        <arg name="path" type="o" direction="in"/>
                        <arg name="type" type="s" direction="in"/>
                </method>
                <signal name="PropertyChanged">
                        <arg name="name" type="s"/>
                        <arg name="value" type="v"/>
                </signal>
                <signal name="AdapterAdded">
                        <arg name="adapter" type="o"/>
                </signal>
                <signal name="AdapterRemoved">
                        <arg name="adapter" type="o"/>
                </signal>
        </interface>
</node>