Method

GSSDPClientcan_reach

since: 1.2.4

Declaration [src]

gboolean
gssdp_client_can_reach (
  GSSDPClient* client,
  GInetSocketAddress* address
)

Description [src]

Check if the peer at address is reachable using this client.

Available since: 1.2.4

Parameters

address

Type: GInetSocketAddress

A GInetSocketAddress of the target. The port part of the address may be 0

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if considered reachable, FALSE otherwise.