Method

JsonReaderget_error

Declaration [src]

const GError*
json_reader_get_error (
  JsonReader* reader
)

Description [src]

Retrieves the error currently set on the reader.

Available since:0.12

Return value

Returns: const GError*
 

The current error.

 The data is owned by the instance.
 The return value can be NULL.