Signal

AstalIOProcess::stdout

Declaration

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

Description

When the underlying subprocess writes to its stdout this signal is emitted with that line.

Default handler:

Parameters

out

Type: const gchar*

No description available.

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