NetworkManager/introspection/org.freedesktop.NetworkManager.Device.Adsl.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
542 B
XML
Raw Permalink Normal View History

<?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>