[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "4.22" ) ]
public delegate RenderNode? RenderReplayNodeFilter (RenderReplay replay, RenderNode node)
A function to replay a node.
The node may be returned unmodified.
The node may be discarded by returning null.
If you do not want to do any handling yourself, call [method@Gsk.RenderReplay.default] to use the default handler that calls your function on the children of the node.
| replay |
The replay object used to replay the node |
| node |
The node to replay |
| user_data |
The user data |
|
The replayed node |