summaryrefslogtreecommitdiff
path: root/libnm-glib
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2013-05-07 17:14:49 -0500
committerDan Williams <dcbw@redhat.com>2013-05-07 17:15:21 -0500
commit2940d2b3e2231a80bff20d3a7109ff274adbdfdf (patch)
tree5b0c3087319f82ad56f689a1c15f7c3ead8b69ab /libnm-glib
parentc2d81b9ea828f715a7dda62a8883c7cc6ef8ae40 (diff)
downloadNetworkManager-2940d2b3e2231a80bff20d3a7109ff274adbdfdf.tar.gz
libnm-glib: fix introspection for IPv6 DNS servers
Posix apparently isn't a GObject Introspection module...
Diffstat (limited to 'libnm-glib')
-rw-r--r--libnm-glib/nm-ip6-config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-glib/nm-ip6-config.c b/libnm-glib/nm-ip6-config.c
index b651b0dd45..276dc227c6 100644
--- a/libnm-glib/nm-ip6-config.c
+++ b/libnm-glib/nm-ip6-config.c
@@ -166,9 +166,9 @@ nm_ip6_config_get_addresses (NMIP6Config *config)
*
* Gets the domain name servers (DNS).
*
- * Returns: (element-type Posix.in6_addr): a #GSList containing elements of type
- * 'struct in6_addr' which contain the addresses of nameservers of the configuration.
- * This is the internal copy used by the configuration and must not be modified.
+ * Returns: a #GSList containing elements of type 'struct in6_addr' which
+ * contain the addresses of nameservers of the configuration. This is the
+ * internal copy used by the configuration and must not be modified.
**/
const GSList *
nm_ip6_config_get_nameservers (NMIP6Config *config)