summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.xml')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.xml b/introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.xml
new file mode 100644
index 0000000000..3d6162f334
--- /dev/null
+++ b/introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
+ <interface name="org.freedesktop.NetworkManager.Device.OlpcMesh">
+
+ <!--
+ HwAddress:
+
+ The hardware address of the device.
+ -->
+ <property name="HwAddress" type="s" access="read"/>
+
+ <!--
+ Companion:
+
+ The object path of the companion device.
+ -->
+ <property name="Companion" type="o" access="read"/>
+
+ <!--
+ ActiveChannel:
+
+ The currently active channel.
+ -->
+ <property name="ActiveChannel" type="u" access="read"/>
+
+ <!--
+ PropertiesChanged:
+ @properties: A dictionary containing the FIXME: check changed parameters.
+
+ DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
+ -->
+ <signal name="PropertiesChanged">
+ <arg name="properties" type="a{sv}"/>
+ </signal>
+ </interface>
+</node>