Constructor
FoundryAcpTerminalnew
unstable since: 1.2
Declaration [src]
FoundryAcpTerminal*
foundry_acp_terminal_new (
const char* id
)
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
Type: FoundryAcpTerminal
| The caller of the function takes ownership of the data, and is responsible for freeing it. |