NetworkManager/introspection/org.freedesktop.NetworkManager.Device.Wired.xml
Lubomir Rintel 2df493c00d introspection: fix punctuation and capitalization
Sentences start with a capital letter and end with a period, even if
they are really really short.
2022-03-22 14:48:45 +01:00

54 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Wired:
@short_description: Wired Ethernet Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Wired">
<annotation name="org.gtk.GDBus.C.Name" value="DeviceEthernet"/>
<!--
HwAddress:
Active hardware address of the device.
DEPRECATED. Use the "HwAddress" property in "org.freedesktop.NetworkManager.Device" instead which exists since version NetworkManager 1.24.0.
-->
<property name="HwAddress" type="s" access="read"/>
<!--
PermHwAddress:
Permanent hardware address of the device.
-->
<property name="PermHwAddress" type="s" access="read"/>
<!--
Speed:
Design speed of the device, in megabits/second (Mb/s).
-->
<property name="Speed" type="u" access="read"/>
<!--
S390Subchannels:
Array of S/390 subchannels for S/390 or z/Architecture devices.
-->
<property name="S390Subchannels" type="as" access="read"/>
<!--
Carrier:
Indicates whether the physical carrier is found (e.g. whether a cable is
plugged in or not).
DEPRECATED: check for the "carrier" flag in the "InterfaceFlags"
property on the "org.freedesktop.NetworkManager.Device" interface.
-->
<property name="Carrier" type="b" access="read"/>
</interface>
</node>