Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.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.OlpcMesh">
0004
0005 <!--
0006 HwAddress:
0007
0008 The hardware address of the device.
0009 -->
0010 <property name="HwAddress" type="s" access="read"/>
0011
0012 <!--
0013 Companion:
0014
0015 The object path of the companion device.
0016 -->
0017 <property name="Companion" type="o" access="read"/>
0018
0019 <!--
0020 ActiveChannel:
0021
0022 The currently active channel.
0023 -->
0024 <property name="ActiveChannel" type="u" access="read"/>
0025
0026 <!--
0027 PropertiesChanged:
0028 @properties: A dictionary containing the FIXME: check changed parameters.
0029
0030 DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0031 -->
0032 <signal name="PropertiesChanged">
0033 <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0034 <arg name="properties" type="a{sv}" direction="In"/>
0035 </signal>
0036 </interface>
0037 </node>