Signal

AgsAudioOscParser::on-error

since: 3.0.0

Declaration

void
on_error (
  AgsOscParser* self,
  gpointer error,
  gpointer user_data
)

Description [src]

The ::on-error signal is emited as error occurs.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0.0

Parameters

error

Type: gpointer

The return location of GError.

The argument can be NULL.
The data is owned by the caller of the function.