summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorJames Henstridge <james.henstridge@canonical.com>2017-08-09 15:20:04 +0800
committerThomas Haller <thaller@redhat.com>2017-08-17 22:31:47 +0200
commit4dd30b784c53e9b61b6e3a2b2e135f589747fc06 (patch)
tree17d2214170e5f461a2363556ab3ad642e7ab0e3b /introspection
parent9a58ee0705a5db75ce763eb2b24aec3f2c2028cb (diff)
manager: add connectivity-check-{available,enabled} properties.
https://bugzilla.gnome.org/show_bug.cgi?id=785117
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.NetworkManager.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.xml b/introspection/org.freedesktop.NetworkManager.xml
index 73cbc7254..dceea7f21 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",