libnm-glib: fix introspection for IPv6 DNS servers

Posix apparently isn't a GObject Introspection module...
This commit is contained in:
Dan Williams
2013-05-07 17:14:49 -05:00
parent c2d81b9ea8
commit 2940d2b3e2

View File

@@ -166,9 +166,9 @@ nm_ip6_config_get_addresses (NMIP6Config *config)
* *
* Gets the domain name servers (DNS). * Gets the domain name servers (DNS).
* *
* Returns: (element-type Posix.in6_addr): a #GSList containing elements of type * Returns: a #GSList containing elements of type 'struct in6_addr' which
* 'struct in6_addr' which contain the addresses of nameservers of the configuration. * contain the addresses of nameservers of the configuration. This is the
* This is the internal copy used by the configuration and must not be modified. * internal copy used by the configuration and must not be modified.
**/ **/
const GSList * const GSList *
nm_ip6_config_get_nameservers (NMIP6Config *config) nm_ip6_config_get_nameservers (NMIP6Config *config)