Function

Purplenetwork_get_public_ip

since: 2.0

Declaration [src]

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: char*

The local IP address set in preferences.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.