From 2940d2b3e2231a80bff20d3a7109ff274adbdfdf Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 7 May 2013 17:14:49 -0500 Subject: [PATCH] libnm-glib: fix introspection for IPv6 DNS servers Posix apparently isn't a GObject Introspection module... --- libnm-glib/nm-ip6-config.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libnm-glib/nm-ip6-config.c b/libnm-glib/nm-ip6-config.c index b651b0dd4..276dc227c 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)