Constructor

FoundryAcpTerminalnew

unstable since: 1.2

Declaration [src]

FoundryAcpTerminal*
foundry_acp_terminal_new (
  const char* id
)

Description [src]

Creates a terminal handle for ACP terminal APIs.

Available since: 1.2

Parameters

id

Type: const char*

The protocol terminal identifier.

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

Return value

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