summaryrefslogtreecommitdiffstats
path: root/src/nfc/neard/org.neard.Adapter.xml
blob: 5f8c4cab1a67f768fb4da481b4462a2911320f52 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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.Adapter">
                <method name="StartPollLoop">
                        <arg name="name" type="s" direction="in"/>
                </method>
                <method name="StopPollLoop"/>
        </interface>
</node>