Gio.SocketClient.prototype.get_local_address

function get_local_address(): Gio.SocketAddress {
    // Gjs wrapper for g_socket_client_get_local_address()
}
  

Gets the local address of the socket client.

See Gio.SocketClient.prototype.set_local_address for details.

Since 2.22

Returns

a Gio.SocketAddress or null. Do not free.