blob: 1ed9237848952b7618d763f9c74c6a45d50ac089 [file] [log] [blame]
<!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>