summaryrefslogtreecommitdiffstats
path: root/tdecore/networkbackends/network-manager/introspection/nm-device-vlan.xml
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-08-23 18:43:45 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-08-23 18:43:45 -0500
commit2d67c1c6b2606b2c96831a44da73afe41fb8b6e1 (patch)
treec38b6207b211df66ea48448cd86c04fcc90ad43a /tdecore/networkbackends/network-manager/introspection/nm-device-vlan.xml
parent32e6eba8731f7f3328ae287d0493d941dadec06f (diff)
downloadtdelibs-2d67c1c6b2606b2c96831a44da73afe41fb8b6e1.tar.gz
tdelibs-2d67c1c6b2606b2c96831a44da73afe41fb8b6e1.zip
Update introspection to latest NM API
Diffstat (limited to 'tdecore/networkbackends/network-manager/introspection/nm-device-vlan.xml')
-rw-r--r--tdecore/networkbackends/network-manager/introspection/nm-device-vlan.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/tdecore/networkbackends/network-manager/introspection/nm-device-vlan.xml b/tdecore/networkbackends/network-manager/introspection/nm-device-vlan.xml
new file mode 100644
index 000000000..54b7bbe48
--- /dev/null
+++ b/tdecore/networkbackends/network-manager/introspection/nm-device-vlan.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
+ <interface name="org.freedesktop.NetworkManager.Device.Vlan">
+
+ <property name="HwAddress" type="s" access="read">
+ <tp:docstring>
+ Hardware address of the device.
+ </tp:docstring>
+ </property>
+
+ <property name="Carrier" type="b" access="read">
+ <tp:docstring>
+ Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not).
+ </tp:docstring>
+ </property>
+
+ <property name="VlanId" type="u" access="read">
+ <tp:docstring>
+ The VLAN ID of this VLAN interface.
+ </tp:docstring>
+ </property>
+
+ <signal name="PropertiesChanged">
+ <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
+ <tp:docstring>
+ A dictionary mapping property names to variant boxed values
+ </tp:docstring>
+ </arg>
+ </signal>
+
+ </interface>
+</node>