Constructor
GioTcpWrapperConnectionnew
since: 2.28
Declaration [src]
GSocketConnection*
g_tcp_wrapper_connection_new (
GIOStream* base_io_stream,
GSocket* socket
)
Description [src]
Wraps base_io_stream
and socket
together as a GSocketConnection
.
Available since: 2.28
Return value
Type: GSocketConnection
The new GSocketConnection
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |