about summary refs log tree commit diff
path: root/libnm
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2019-03-19 16:17:13 +0100
committerSebastien Bacher <seb128@ubuntu.com>2019-03-19 16:17:13 +0100
commit9920e41d48f93b794ab1ab59b0a2f9c8edbe5c07 (patch)
treed624d230049607b9cf28e92e4a94fd477171fc94 /libnm
parentb5ca5b45b1aa47e373af49b27064e813b4f77194 (diff)
parentb225b477d3f6e110bf61ccd88e4ad176504e36b0 (diff)
Update upstream source from tag 'upstream/1.16.0'
Update to upstream version '1.16.0'
with Debian dir 55e2f8b86df2220d682056c78117065bbe3e5a81
Diffstat (limited to 'libnm')
-rw-r--r--libnm/nm-client.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/libnm/nm-client.c b/libnm/nm-client.c
index 0f8cd773..14bca3c3 100644
--- a/libnm/nm-client.c
+++ b/libnm/nm-client.c
@@ -3701,15 +3701,10 @@ nm_client_class_init (NMClientClass *client_class)
 		                      G_PARAM_STATIC_STRINGS));
 
 	/**
-	 * NMClient:dns-configuration: (type GPtrArray(GVariant))
+	 * NMClient:dns-configuration: (type GPtrArray(NMDnsEntry))
 	 *
-	 * The current DNS configuration represented as an array of
-	 * dictionaries.  Each dictionary has the "nameservers",
-	 * "priority" keys and, optionally, "interface" and "vpn".
-	 * "nameservers" is the list of DNS servers, "priority" their
-	 * relative priority, "interface" the interface on which these
-	 * servers are contacted, "vpn" a boolean telling whether the
-	 * configuration was obtained from a VPN connection.
+	 * The current DNS configuration, represented as an array
+	 * of #NMDnsEntry objects.
 	 *
 	 * Since: 1.6
 	 **/