diff options
| author | Michael Biebl <biebl@debian.org> | 2022-05-04 15:35:24 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-05-04 15:35:24 +0200 |
| commit | 9959fdb2e8ddd06f2161798ca0a39c77d67c652d (patch) | |
| tree | 2ce24a336d2b1c5fd5dec3090db312eded6c78ba /introspection/org.freedesktop.NetworkManager.Device.xml | |
| parent | 8c623dddbdebe354cb94bfc559a5371a14865317 (diff) | |
New upstream version 1.37.92 upstream/1.37.92
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"/> |