libnm-glib: fix introspection for IPv6 DNS servers
Posix apparently isn't a GObject Introspection module...
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user