Virtual Method
FoundryAcpClientterminal_output
unstable since: 1.2
Declaration [src]
DexFuture*
terminal_output (
FoundryAcpClient* self,
FoundryAcpSession* session,
const char* terminal_id
)
Description [src]
Handles an ACP terminal/output request.
The returned future must resolve to a FoundryAcpTerminalOutput.
Available since: 1.2
Parameters
session-
Type:
FoundryAcpSessionThe 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.