Method

GSSDPClientget_host_ip

Declaration [src]

const char*
gssdp_client_get_host_ip (
  GSSDPClient* client
)

Description [src]

Get the IP address we advertise ourselves as using.

Gets propertyGSSDP.Client:host-ip

Return value

Type: const char*

The IP address. This string should not be freed.

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