summaryrefslogtreecommitdiffstats
path: root/src/nfc/neard/org.freedesktop.dbus.properties.xml
blob: 6e22c586623be7e9a84dce1af643f5cea21be1af (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
<!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.freedesktop.DBus.Properties">
                <method name="Get">
                        <arg name="interface" type="s" direction="in"/>
                        <arg name="name" type="s" direction="in"/>
                        <arg name="value" type="v" direction="out"/>
                </method>
                <method name="Set">
                        <arg name="interface" type="s" direction="in"/>
                        <arg name="name" type="s" direction="in"/>
                        <arg name="value" type="v" direction="in"/>
                </method>
                <method name="GetAll">
                        <arg name="interface" type="s" direction="in"/>
                        <arg name="properties" type="a{sv}" direction="out"/>
                        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
                </method>
                <signal name="PropertiesChanged">
                        <arg name="interface" type="s"/>
                        <arg name="changed_properties" type="a{sv}"/>
                        <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
                        <arg name="invalidated_properties" type="as"/>
                </signal>
        </interface>
</node>