GSK Reference Manual | ||||
---|---|---|---|---|
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. |