gobjectDeserialize

Creates a new gobject.object.ObjectG instance of the given type, and constructs it using the members of the object in the given node.

Parameters

gtype gobject.types.GType

the type of the object to create

node json.node.Node

a node of type json.types.NodeType.Object describing the object instance for the given type

Return Value

Type: gobject.object.ObjectG

The newly created instance