diff options
| author | Michael Biebl <biebl@debian.org> | 2017-11-07 00:15:27 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-11-07 00:15:27 +0100 |
| commit | 8254edbf64d60bef0d70eee01490103148dba100 (patch) | |
| tree | 282eb053995da653ee170e910da05d9530d4ff53 /introspection/org.freedesktop.NetworkManager.xml | |
| parent | 857e5310d1764114da056cd2eb3d88625bb0ba81 (diff) | |
| parent | 90e8691111889a7b5f3c812f5a41f15a8a058913 (diff) | |
Update upstream source from tag 'upstream/1.9.90'
Update to upstream version '1.9.90' with Debian dir 83533c23245795edf9fe4919e4af3e78f2938519
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", |