Method
GioUnixConnectionsend_credentials_finish
Declaration
gboolean
g_unix_connection_send_credentials_finish (
GUnixConnection* connection,
GAsyncResult* result,
GError** error
)
Description
Finishes an asynchronous send credentials operation started with g_unix_connection_send_credentials_async().
Available since: | 2.32 |
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |