summaryrefslogtreecommitdiff
path: root/introspection/nm-device-ethernet.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/nm-device-ethernet.xml')
-rw-r--r--introspection/nm-device-ethernet.xml63
1 files changed, 34 insertions, 29 deletions
diff --git a/introspection/nm-device-ethernet.xml b/introspection/nm-device-ethernet.xml
index 87b7f755d6..b5b374fa6f 100644
--- a/introspection/nm-device-ethernet.xml
+++ b/introspection/nm-device-ethernet.xml
@@ -1,45 +1,50 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
<interface name="org.freedesktop.NetworkManager.Device.Wired">
<annotation name="org.gtk.GDBus.C.Name" value="DeviceEthernet"/>
- <property name="HwAddress" type="s" access="read">
- <annotation name="org.gtk.GDBus.DocString" value="
+ <!--
+ HwAddress:
+
Active hardware address of the device.
- " />
- </property>
+ -->
+ <property name="HwAddress" type="s" access="read"/>
+
+ <!--
+ PermHwAddress:
- <property name="PermHwAddress" type="s" access="read">
- <annotation name="org.gtk.GDBus.DocString" value="
Permanent hardware address of the device.
- " />
- </property>
+ -->
+ <property name="PermHwAddress" type="s" access="read"/>
+
+ <!--
+ Speed:
- <property name="Speed" type="u" access="read">
- <annotation name="org.gtk.GDBus.DocString" value="
Design speed of the device, in megabits/second (Mb/s).
- " />
- </property>
+ -->
+ <property name="Speed" type="u" access="read"/>
+
+ <!--
+ S390Subchannels:
- <property name="S390Subchannels" type="as" access="read">
- <annotation name="org.gtk.GDBus.DocString" value="
Array of S/390 subchannels for S/390 or z/Architecture devices.
- " />
- </property>
+ -->
+ <property name="S390Subchannels" type="as" access="read"/>
+
+ <!--
+ Carrier:
- <property name="Carrier" type="b" access="read">
- <annotation name="org.gtk.GDBus.DocString" value="
- Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not).
- " />
- </property>
+ Indicates whether the physical carrier is found (e.g. whether a cable is
+ plugged in or not).
+ -->
+ <property name="Carrier" type="b" access="read"/>
+ <!--
+ PropertiesChanged:
+ @properties: A dictionary mapping property names to variant boxed values
+ -->
<signal name="PropertiesChanged">
- <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
- <annotation name="org.gtk.GDBus.DocString" value="
- A dictionary mapping property names to variant boxed values
- " />
- </arg>
+ <arg name="properties" type="a{sv}"/>
</signal>
</interface>