Signal

FridaCompiler::diagnostics

Declaration

void
diagnostics (
  FridaCompiler* self,
  GVariant* diagnostics,
  gpointer user_data
)

Description [src]

Emitted with compiler diagnostics, such as type errors and warnings.

Default handler:

Parameters

diagnostics

Type: GVariant

The diagnostics, as a variant.

The data is owned by the caller of the function.