Sets the local address of the socket client. The sockets created by this object will bound to the specified address (if not %NULL) before connecting.
This is useful if you want to ensure that the local side of the connection is on a specific port, or on a specific interface.
a #GSocketAddress, or %NULL
2.22
See Implementation
Sets the local address of the socket client. The sockets created by this object will bound to the specified address (if not %NULL) before connecting.
This is useful if you want to ensure that the local side of the connection is on a specific port, or on a specific interface.