Signal

AgsTask::failure

since: 3.0.0

Declaration

void
failure (
  AgsTask* self,
  gpointer error,
  gpointer user_data
)

Description [src]

The ::failure signal is emited if ::launch fails.

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 GError-struct.

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