filter_node


Description:

public RenderNode? filter_node (RenderNode node)

Replays a node using the replay's filter function.

After the replay the node may be unchanged, or it may be removed, which will result in null being returned.

If no filter node is set, [method@Gsk.RenderReplay.default] is called instead.

Parameters:

this

the replay

node

the node to replay

Returns:

The replayed node