Signal

JsonParser::object-end

deprecated: 1.10 

Declaration

void
object_end (
  JsonParser* self,
  JsonObject* object,
  gpointer user_data
)

Description [src]

The ::object-end signal is emitted each time a parser has successfully parsed an entire JSON object.

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.object_end virtual function.

Parameters

object

Type: JsonObject

The parsed JSON object.

The data is owned by the caller of the function.