mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 17:40:08 +01:00
Drop device-specific 'hw-address' GObject properties which are now redundant. https://bugzilla.redhat.com/show_bug.cgi?id=1786937
26 lines
681 B
XML
26 lines
681 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>
|