Method

GSSDPClientget_interface

Declaration [src]

const char*
gssdp_client_get_interface (
  GSSDPClient* client
)

Description [src]

Get the name of the network interface associated to client.

Gets propertyGSSDP.Client:interface

Return value

Type: const char*

The network interface name. This string should not be freed.

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