Method
TraversityDiscovererget_public_ipv4
since: 0.1
Declaration [src]
GInetAddress*
traversity_discoverer_get_public_ipv4 (
  TraversityDiscoverer* discoverer
)
      Description [src]
Gets the public IPv4 address that discoverer found. That is the IPv4
address on the public internet.
This will be NULL if discoverer hasn’t determined it yet.
Available since: 0.1
| Gets property | Traversity.Discoverer:public-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. |