Method

FoundryAcpSessionUpdateget_terminal_exit_status

unstable since: 1.2

Declaration [src]

gboolean
foundry_acp_session_update_get_terminal_exit_status (
  FoundryAcpSessionUpdate* self,
  int* exit_status
)

Description [src]

Gets the terminal exit status from self, if present.

Available since: 1.2

Parameters

exit_status

Type: int*

Location for the terminal exit status.

The argument will be set by the function.
The argument can be NULL.

Return value

Type: gboolean

TRUE if an exit status was found.