Back to Seed Clases

ClutterJson


Classes

Interfaces

Structs

Unions

Enums

Struct ClutterJson.JsonObject

Import line: ClutterJson = imports.gi.ClutterJson;
GIR File: ClutterJson-1.0.gir
C documentation: ClutterJsonJsonObject
Struct : JsonObject
  Show / Hide Inherited methods, properties and signals
A JSON object type. The contents of the JsonObject structure are private and should only be accessed by the provided API
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new ClutterJson.JsonObject.c_new () : ClutterJson.JsonObject
Create a new ClutterJson.JsonObject
Create a new ClutterJson.JsonObject
Returns:
ClutterJson.JsonObject
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
ClutterJson.JsonArray
Method
add_object_element (JsonObject value) : none
Conveniently adds an object into array.
ClutterJson.JsonArray
Method
get_object_element (Number index_) : ClutterJson.JsonObject
Conveniently retrieves the object from the element at index_ inside array
ClutterJson.JsonNode
Method
set_object (JsonObject object) : none
Sets objects inside node.
ClutterJson.JsonNode
Method
take_object (JsonObject object) : none
Sets object inside node.
ClutterJson.JsonNode
Method
get_object () : ClutterJson.JsonObject
Retrieves the JsonObject stored inside a JsonNode
ClutterJson.JsonNode
Method
dup_object () : ClutterJson.JsonObject
Retrieves the JsonObject inside node.
ClutterJson.JsonParser
Signal
object_end (JsonParser self, JsonObject object) : none
The ::object-end signal is emitted each time the JsonParser has successfully parsed an entire JsonObject.
ClutterJson.JsonParser
Signal
object_member (JsonParser self, JsonObject object, String member_name) : none
The ::object-member signal is emitted each time the JsonParser has successfully parsed a single member of a JsonObject.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:39 GMT+0800 (HKT)