Virtual Method

FoundryAcpClientterminal_wait_for_exit

unstable since: 1.2

Declaration [src]

DexFuture*
terminal_wait_for_exit (
  FoundryAcpClient* self,
  FoundryAcpSession* session,
  const char* terminal_id
)

Description [src]

Handles an ACP terminal/wait_for_exit request.

Available since: 1.2

Parameters

session

Type: FoundryAcpSession

A FoundryAcpSession.

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

Type: const char*

The protocol terminal identifier.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: DexFuture

A DexFuture.

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