Function
Dexunix_connection_receive_credentials
unstable since: 1.2
Declaration [src]
DexFuture*
dex_unix_connection_receive_credentials (
GUnixConnection* connection
)
Parameters
connection-
Type:
GUnixConnectionThe data is owned by the caller of the function.
Return value
Type: DexFuture
A DexFuture that resolves to a
GCredentials or rejects with error.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |