Constructor
FoundryAcpConnectionnew_for_pipeline
unstable since: 1.2
Declaration [src]
FoundryAcpConnection*
foundry_acp_connection_new_for_pipeline (
FoundryContext* context,
FoundryAcpAgent* agent,
FoundryAcpClient* client,
FoundryBuildPipeline* pipeline
)
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. pipeline-
Type:
FoundryBuildPipelineA
FoundryBuildPipelineassociated with the connection.The argument can be NULL.The 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. |