Signal

AstalIOProcess::exit

Declaration

void
exit (
  AstalIOProcess* self,
  gint code,
  gboolean terminated,
  gpointer user_data
)

Description

When the underlying subprocess exits or is terminated.

Default handler:

Parameters

code

Type: gint

Exit code or signal number if terminated .

terminated

Type: gboolean

No description available.