mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 21:10:08 +01:00
libnm-glib: fix introspection for IPv6 DNS servers
Posix apparently isn't a GObject Introspection module...
This commit is contained in:
parent
c2d81b9ea8
commit
2940d2b3e2
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue