RenderNode.deserialize

gsk.render_node.RenderNode deserialize(glib.bytes.Bytes bytes, gsk.types.ParseErrorFunc errorFunc = null) static nothrow

Loads data previously created via gsk.render_node.RenderNode.serialize.

For a discussion of the supported format, see that function.

Parameters

bytesthe bytes containing the data
errorFuncCallback on parsing errors

Returns