c30ecfc6024b3ce69e9236fde2cbaa640d085543
[NetworkManager.git] / introspection / nm-device-olpc-mesh.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4   <interface name="org.freedesktop.NetworkManager.Device.OlpcMesh">
5     <property name="HwAddress" type="s" access="read">
6       <tp:docstring>
7         The hardware address of the device.
8       </tp:docstring>
9     </property>
10
11     <property name="Companion" type="o" access="read">
12       <tp:docstring>
13         The object path of the companion device.
14       </tp:docstring>
15     </property>
16
17     <property name="ActiveChannel" type="u" access="read">
18       <tp:docstring>
19         The currently active channel.
20       </tp:docstring>
21     </property>
22
23     <signal name="PropertiesChanged">
24         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
25             <tp:docstring>
26                 A dictionary containing the FIXME: check changed parameters.
27             </tp:docstring>
28         </arg>
29         <tp:docstring>
30             Emitted when the wireless device's properties changed.
31         </tp:docstring>
32     </signal>
33   </interface>
34 </node>