Signal

JsonParser::error

Declaration

void
error (
  JsonParser* self,
  gpointer error,
  gpointer user_data
)

Description [src]

The ::error signal is emitted each time a parser encounters an error in a JSON stream.

Default handler:

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

Deprecated since:1.10

Derive your own parser type from JsonParser and override the Json.ParserClass.error virtual function.

Parameters

error gpointer
 

The error.

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