Add entry for profile list property
[connman] / doc / dbus-manager.xml
1 <!DOCTYPE node PUBLIC
2         "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
3         "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
4 <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
5
6   <interface name="org.moblin.connman.Manager">
7
8     <method name="ListElements">
9       <arg name="list" direction="out" type="ao">
10         <doc:doc>
11           <doc:summary>
12             <doc:para>
13               List of object paths representing an element.
14             </doc:para>
15           </doc:summary>
16         </doc:doc>
17       </arg>
18
19       <doc:doc>
20         <doc:description>
21           <doc:para>
22             List all registered elements in the system.
23           </doc:para>
24         </doc:description>
25       </doc:doc>
26     </method>
27
28   </interface>
29
30 </node>