diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2019-01-25 11:24:41 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2019-01-25 11:24:41 +0100 |
| commit | bbae86d3d2997a853ca0365e8eb7a3ca7489ee09 (patch) | |
| tree | 1f7fa49b47ab13aea3effbe839559d221f6323b4 /introspection/org.freedesktop.NetworkManager.Device.xml | |
| parent | 404ebe62622150e77e311777dff8617eb974e834 (diff) | |
New upstream version 1.15.2
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Device.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.Device.xml | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.xml b/introspection/org.freedesktop.NetworkManager.Device.xml index be0a612c..65c2a2c0 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.xml @@ -198,7 +198,7 @@ <!-- DeviceType: - The general type of the network device; ie Ethernet, WiFi, etc. + The general type of the network device; ie Ethernet, Wi-Fi, etc. Returns: <link linkend="NMDeviceType">NMDeviceType</link> --> @@ -257,6 +257,28 @@ <property name="Real" type="b" access="read"/> <!-- + Ip4Connectivity: + + 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: + + The result of the last IPv6 connectivity check. + + Since: 1.16 + + Returns: <link linkend="NMConnectivityState">NMConnectivityState</link> + --> + <property name="Ip6Connectivity" type="u" access="read"/> + + <!-- Reapply: @connection: The optional connection settings that will be reapplied on the device. If empty, the currently active settings-connection will be used. The connection cannot arbitrarly differ from the current applied-connection otherwise the call will fail. Only certain changes are supported, like adding or removing IP addresses. @version_id: If non-zero, the current version id of the applied-connection must match. The current version id can be retrieved via GetAppliedConnection. This optional argument allows to catch concurrent modifications between the GetAppliedConnection call and Reapply. |