summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.NetworkManager.Device.Generic.xml
blob: 792c460bab34baa8bfc1f3b81e630b740253ebe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
  <!--
      org.freedesktop.NetworkManager.Device.Generic:
      @short_description: Unrecognized Device

  -->
  <interface name="org.freedesktop.NetworkManager.Device.Generic">

    <!--
        HwAddress:

        Hardware address of the device.
n
        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"/>

    <!--
        TypeDescription:

        A (non-localized) description of the interface type, if known.
    -->
    <property name="TypeDescription" type="s" access="read"/>

  </interface>
</node>