Function

Purplenetwork_get_public_ip

since: 2.0

Declaration [src]

const char*
purple_network_get_public_ip (
  void
)

Description [src]

Returns the IP address of the local system set in preferences.

This returns the value set via purple_network_set_public_ip().

Available since: 2.0

Return value

Type: const char*

The local IP address set in preferences.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.