Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.Bridge.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.Bridge">
0004
0005 <!--
0006 HwAddress:
0007
0008 Hardware address of the device.
0009 -->
0010 <property name="HwAddress" type="s" access="read"/>
0011
0012 <!--
0013 Carrier:
0014
0015 Indicates whether the physical carrier is found (e.g. whether a cable is
0016 plugged in or not).
0017 -->
0018 <property name="Carrier" type="b" access="read"/>
0019
0020 <!--
0021 Slaves:
0022
0023 Array of object paths representing devices which are currently slaved to
0024 this device.
0025 -->
0026 <property name="Slaves" type="ao" access="read"/>
0027
0028 <!--
0029 PropertiesChanged:
0030 @properties: A dictionary mapping property names to variant boxed values
0031
0032 DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0033 -->
0034 <signal name="PropertiesChanged">
0035 <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0036 <arg name="properties" type="a{sv}" direction="In"/>
0037 </signal>
0038 </interface>
0039 </node>