summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.NetworkManager.Device.Adsl.xml
blob: 29701d78747d7a7ab7113dbfbf7cd60716e9b3d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>