summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.xml
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-11-23 13:14:08 +0100
committerLubomir Rintel <lkundrak@v3.sk>2016-11-23 15:43:42 +0100
commit972e0d28031d4837fbb7d07dce0a7354e5c1a975 (patch)
treeaa8b64b71a9925af7457b78713787553c9426208 /introspection/org.freedesktop.NetworkManager.Device.OlpcMesh.xml
parent0ce7da1e22abf7a4415ef40fca9f1755b8ddfa30 (diff)
downloadNetworkManager-972e0d28031d4837fbb7d07dce0a7354e5c1a975.tar.gz
all: rename the introspection data to use the interface paths in names
This makes it easier to install the files with proper names. Also, it makes the makefile rules slightly simpler. Lastly, the documentation is now generated into docs/api, which makes it possible to get rid of the awkward relative file names in docbook.
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>