Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.Generic.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <node name="/">
0003   <interface name="org.freedesktop.NetworkManager.Device.Generic">
0004 
0005     <!--
0006         HwAddress:
0007 
0008         Hardware address of the device.
0009     -->
0010     <property name="HwAddress" type="s" access="read"/>
0011 
0012     <!--
0013         TypeDescription:
0014 
0015         A (non-localized) description of the interface type, if known.
0016     -->
0017     <property name="TypeDescription" type="s" access="read"/>
0018 
0019     <!--
0020         PropertiesChanged:
0021         @properties: A dictionary mapping property names to variant boxed values
0022 
0023         DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0024     -->
0025     <signal name="PropertiesChanged">
0026       <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0027       <arg name="properties" type="a{sv}" direction="In"/>
0028     </signal>
0029   </interface>
0030 </node>