diff options
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. |