diff options
| author | Michael Biebl <biebl@debian.org> | 2017-11-07 00:14:39 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-11-07 00:14:39 +0100 |
| commit | 90e8691111889a7b5f3c812f5a41f15a8a058913 (patch) | |
| tree | f101a879eca27c34a9bfa5f3da52266b22539a36 /introspection/org.freedesktop.NetworkManager.xml | |
| parent | bdb6eeb0670658255c2a4c3c501c0a27fa8cfe55 (diff) | |
New upstream version 1.9.90 upstream/1.9.90
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.xml b/introspection/org.freedesktop.NetworkManager.xml index 73cbc725..dceea7f2 100644 --- a/introspection/org.freedesktop.NetworkManager.xml +++ b/introspection/org.freedesktop.NetworkManager.xml @@ -444,6 +444,28 @@ <property name="Connectivity" type="u" access="read"/> <!-- + ConnectivityCheckAvailable: + + Indicates whether connectivity checking service has been + configured. This may return true even if the service is not + currently enabled. + + This is primarily intended for use in a privacy control panel, + as a way to determine whether to show an option to + enable/disable the feature. + --> + <property name="ConnectivityCheckAvailable" type="b" access="read"/> + + <!-- + ConnectivityCheckEnabled: + + Indicates whether connectivity checking is enabled. This + property can also be written to to disable connectivity + checking (as a privacy control panel might want to do). + --> + <property name="ConnectivityCheckEnabled" type="b" access="readwrite"/> + + <!-- GlobalDnsConfiguration: Dictionary of global DNS settings where the key is one of "searches", |