Constructor
FoundryAcpTerminalOutputnew
unstable since: 1.2
Declaration [src]
FoundryAcpTerminalOutput*
foundry_acp_terminal_output_new (
const char* text,
gboolean truncated,
gboolean has_exit_status,
int exit_code,
const char* signal_name
)
Parameters
text-
Type:
const char*Terminal output text.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. truncated-
Type:
gbooleanIf the output was truncated.
has_exit_status-
Type:
gbooleanIf
exit_codeorsignal_nameis meaningful. exit_code-
Type:
intProcess exit code.
signal_name-
Type:
const char*Process signal name.
The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.