diff options
| author | Michael Biebl <biebl@debian.org> | 2022-05-04 15:38:03 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-05-04 15:38:03 +0200 |
| commit | fc1f1b6881ed5199b4cc81face915769a3dc9897 (patch) | |
| tree | d2b3f6b775541cece8de7ef9e687c72665f5d820 /introspection/org.freedesktop.NetworkManager.Device.xml | |
| parent | 16cc38ed3d1761b178512c9a6c291ad366c6fad8 (diff) | |
| parent | 9959fdb2e8ddd06f2161798ca0a39c77d67c652d (diff) | |
Update upstream source from tag 'upstream/1.37.92'
Update to upstream version '1.37.92' with Debian dir 0128b715b1fc3e516169a4599c33567587d59088
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Device.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.Device.xml | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.xml b/introspection/org.freedesktop.NetworkManager.Device.xml index 82f127ed..e694fcda 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.xml @@ -2,7 +2,7 @@ <node name="/"> <!-- org.freedesktop.NetworkManager.Device: - @short_description: Device + @short_description: Device. --> <interface name="org.freedesktop.NetworkManager.Device"> @@ -268,58 +268,53 @@ <!-- Ip4Connectivity: + @since: 1.16 The result of the last IPv4 connectivity check. - Since: 1.16 - Returns: <link linkend="NMConnectivityState">NMConnectivityState</link> --> <property name="Ip4Connectivity" type="u" access="read"/> <!-- Ip6Connectivity: + @since: 1.16 The result of the last IPv6 connectivity check. - Since: 1.16 - Returns: <link linkend="NMConnectivityState">NMConnectivityState</link> --> <property name="Ip6Connectivity" type="u" access="read"/> <!-- InterfaceFlags: + @since: 1.22 The flags of the network interface. See <link linkend="NMDeviceInterfaceFlags">NMDeviceInterfaceFlags</link> for the currently defined flags. - - Since: 1.22 --> <property name="InterfaceFlags" type="u" access="read"/> <!-- HwAddress: + @since: 1.24 The hardware address of the device. This replaces the other 'HwAddress' properties on the device-specific D-Bus interfaces. - - Since: 1.24 --> <property name="HwAddress" type="s" access="read"/> <!-- Ports: + @since: 1.34 The port devices of the controller device. Array of object paths representing devices which are currently set as port of this device. This replaces the 'Slaves' properties on the device-specific D-Bus interfaces. - - Since: 1.34 --> <property name="Ports" type="ao" access="read"/> |