UnixConnection.receiveCredentialsFinish

Finishes an asynchronous receive credentials operation started with g_unix_connection_receive_credentials_async(). Since 2.32

class UnixConnection
receiveCredentialsFinish

Parameters

result AsyncResultIF

a GAsyncResult.

Return Value

a GCredentials, or NULL on error. Free the returned object with g_object_unref(). [transfer full]

Throws

GException on failure.

Meta