Method
TraversityDiscovererget_local_ipv4
since: 0.1
Declaration [src]
GInetAddress*
traversity_discoverer_get_local_ipv4 (
  TraversityDiscoverer* discoverer
)
      Description [src]
Gets the IPv4 address that discoverer found. That is, the local LAN IP
address that discoverer found.
This will be NULL if discoverer hasn’t determined it yet.
Available since: 0.1
| Gets property | Traversity.Discoverer:local-ipv4 | 
Return value
Type: GInetAddress
The discovered IPv4 address or NULL.
| The returned data is owned by the instance. | 
The return value can be NULL. |