Function

Dexsocket_client_connect

Declaration [src]

DexFuture*
dex_socket_client_connect (
  GSocketClient* socket_client,
  GSocketConnectable* socket_connectable
)

Description

No description available.

Parameters

socket_client GSocketClient*
  No description available.
 The data is owned by the caller of the function.
socket_connectable GSocketConnectable*
  No description available.
 The data is owned by the caller of the function.

Return value

Returns: DexFuture
 

A DexFuture.

 The caller of the function takes ownership of the data, and is responsible for freeing it.