Method

FoundryAcpClientsession_update

unstable since: 1.2

Declaration [src]

DexFuture*
foundry_acp_client_session_update (
  FoundryAcpClient* self,
  FoundryAcpSession* session,
  FoundryAcpSessionUpdate* update
)

Description [src]

Delivers an ACP session/update notification to the client.

Available since: 1.2

Parameters

session

Type: FoundryAcpSession

A FoundryAcpSession.

The data is owned by the caller of the method.
update

Type: FoundryAcpSessionUpdate

A FoundryAcpSessionUpdate.

The data is owned by the caller of the method.

Return value

Type: DexFuture

A DexFuture resolving when local delivery is complete.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.