SocketConnection.getRemoteAddress

Try to get the remote address of a socket connection. Since 2.22

class SocketConnection
getRemoteAddress
()

Return Value

a GSocketAddress or NULL on error. Free the returned object with g_object_unref(). [transfer full]

Throws

GException on failure.

Meta