Signal

AstalIOProcess::stderr

Declaration

void
stderr (
  AstalIOProcess* self,
  const gchar* err,
  gpointer user_data
)

Description

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

Default handler:

Parameters

err

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.