Function
Dexsocket_listener_accept
Declaration [src]
DexFuture*
dex_socket_listener_accept (
GSocketListener* listener
)
Parameters
listener-
Type:
GSocketListenerThe data is owned by the caller of the function.
Return value
Type: DexFuture
A DexFuture that resolves to
a GSocketConnection or rejects with error.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |