RenderNode.deserialize

Loads data previously created via gsk_render_node_serialize().

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

class RenderNode
static
deserialize

Parameters

bytes Bytes

the bytes containing the data

errorFunc GskParseErrorFunc

Callback on parsing errors or %NULL

userData void*

user_data for @error_func

Return Value

a new GskRenderNode or %NULL on error.

Meta