Function
Dexsocket_listener_accept
Declaration [src]
DexFuture*
dex_socket_listener_accept (
GSocketListener* listener
)
Parameters
listener
-
Type:
GSocketListener
No description available.
The data is owned by the caller of the function.
Return value
Type: DexFuture
A DexFuture
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |