summaryrefslogtreecommitdiffstats
path: root/src/nfc/neard/org.freedesktop.dbus.objectmanager.xml
blob: 4342772590aad36de061fba0490dbe1d0888519b (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>
        <interface name="org.freedesktop.DBus.ObjectManager">
                <method name="GetManagedObjects">
                        <arg name="objects" type="a{oa{sa{sv}}}" direction="out"/>
                        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ManagedObjectList"/>
                </method>
                <signal name="InterfacesAdded">
                        <arg name="object" type="o"/>
                        <arg name="interfaces" type="a{sa{sv}}"/>
                        <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="InterfaceList"/>
                </signal>
                <signal name="InterfacesRemoved">
                        <arg name="object" type="o"/>
                        <arg name="interfaces" type="as"/>
                </signal>
        </interface>
</node>