Constructor
FoundryAcpConnectionnew
unstable since: 1.2
Declaration [src]
FoundryAcpConnection*
foundry_acp_connection_new (
FoundryContext* context,
FoundryAcpAgent* agent,
FoundryAcpClient* client
)
Parameters
context-
Type:
FoundryContextThe data is owned by the caller of the function. agent-
Type:
FoundryAcpAgentThe data is owned by the caller of the function. client-
Type:
FoundryAcpClientThe data is owned by the caller of the function.
Return value
Type: FoundryAcpConnection
| The caller of the function takes ownership of the data, and is responsible for freeing it. |