NetworkManager/introspection/org.freedesktop.NetworkManager.Device.Lowpan.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

28 lines
683 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Lowpan:
@short_description: 6LoWPAN Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Lowpan">
<!--
HwAddress:
The 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"/>
<!--
Parent:
The object path of the parent device.
-->
<property name="Parent" type="o" access="read"/>
</interface>
</node>