mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager
synced 2024-11-05 19:03:31 +00:00
2df493c00d
Sentences start with a capital letter and end with a period, even if they are really really short.
21 lines
542 B
XML
21 lines
542 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<node name="/">
|
|
<!--
|
|
org.freedesktop.NetworkManager.Device.Adsl:
|
|
@short_description: ADSL Device.
|
|
|
|
-->
|
|
<interface name="org.freedesktop.NetworkManager.Device.Adsl">
|
|
|
|
<!--
|
|
Carrier:
|
|
|
|
Indicates whether the physical carrier is found.
|
|
|
|
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>
|