@default


Description:

public RenderNode? @default (RenderNode node)

Replays the node using the default method.

The default method calls [method@Gsk.RenderReplay.filter_node] on all its child nodes and the filter functions for all its properties. If none of them are changed, it returns the passed in node. Otherwise it constructs a new node with the changed children and properties.

It may not be possible to construct a new node when any of the callbacks return NULL. In that case, this function will return NULL, too.

Parameters:

this

the replay

node

the node to replay

Returns:

The replayed node