summaryrefslogtreecommitdiff
path: root/doc/dbus-manager.xml
blob: 446cd7e9e31da12eb95a25f4f29c169700ad4b85 (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
<!DOCTYPE node PUBLIC
	"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
	"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">

  <interface name="org.moblin.connman.Manager">

    <method name="ListElements">
      <arg name="list" direction="out" type="ao">
        <doc:doc>
          <doc:summary>
            <doc:para>
              List of object paths representing an element.
            </doc:para>
          </doc:summary>
        </doc:doc>
      </arg>

      <doc:doc>
        <doc:description>
          <doc:para>
            List all registered elements in the system.
          </doc:para>
        </doc:description>
      </doc:doc>
    </method>

  </interface>

</node>