![]() |
![]() |
![]() |
GSK Reference Manual | ![]() |
---|
Client StreamClient Stream — Create a GskStream which is connecting to a remote address. |
GskStream* gsk_stream_new_connecting (GskSocketAddress *address, GError **error);
A simple method to create a GskStream which is connecting to a remote address, without any of the low-level hassles.
GskStream* gsk_stream_new_connecting (GskSocketAddress *address, GError **error);
Create a stream connecting to a given address.
address : |
the address to connect to. |
error : |
optional place to put an error response. |
Returns : | the newly created stream. |
<< Listening for Connections | Socket Addresses. >> |