Function
Jsongobject_deserialize
Declaration [src]
GObject*
json_gobject_deserialize (
GType gtype,
JsonNode* node
)
Description [src]
Creates a new GObject
instance of the given type, and constructs it
using the members of the object in the given node.
Available since: | 0.10 |
Parameters
gtype |
GType |
The type of the object to create. |
|
node |
JsonNode |
A node of type |
|
The data is owned by the caller of the function. |