Method
TraversityDiscovererget_local_ipv6
since: 0.1
Declaration [src]
GInetAddress*
traversity_discoverer_get_local_ipv6 (
  TraversityDiscoverer* discoverer
)
      Description [src]
Gets the local IPv6 address that discoverer found. That is, the link-local
IPv6 address that may or may not be routeable.
This will be NULL if discoverer hasn’t determined it yet.
Available since: 0.1
| Gets property | Traversity.Discoverer:local-ipv6 | 
Return value
Type: GInetAddress
The discovered IPv6 address or NULL.
| The returned data is owned by the instance. | 
The return value can be NULL. |