Signal

AstalIOProcess::stdout

Declaration

void
stdout (
  AstalIOProcess* self,
  const gchar* out,
  gpointer user_data
)

Description

When the underlying subprocess writes to its stdout.

Default handler:

Parameters

out

Type: const gchar*

Line written to stdout .

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