79d1989968fc0aeff3f1fa5c282d9dd8d6dedcde
[NetworkManager.git] / introspection / nm-device-generic.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.Generic">
5
6     <property name="HwAddress" type="s" access="read">
7       <tp:docstring>
8         Hardware address of the device.
9       </tp:docstring>
10     </property>
11
12     <property name="TypeDescription" type="s" access="read">
13       <tp:docstring>
14         A (non-localized) description of the interface type, if known.
15       </tp:docstring>
16     </property>
17
18     <signal name="PropertiesChanged">
19         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
20             <tp:docstring>
21                 A dictionary mapping property names to variant boxed values
22             </tp:docstring>
23         </arg>
24     </signal>
25
26   </interface>
27 </node>