Method
GskRenderReplayset_node_foreach
unstable since: 4.22
Declaration [src]
void
gsk_render_replay_set_node_foreach (
GskRenderReplay* self,
GskRenderReplayNodeForeach foreach,
gpointer user_data,
GDestroyNotify user_destroy
)
Description [src]
Sets the function to call for every node.
This function is called before the node filter, so if it returns false, the node filter will never be called.
Available since: 4.22
Parameters
foreach-
Type:
GskRenderReplayNodeForeachthe function to call for all nodes.
The argument can be NULL. user_data-
Type:
gpointerUser data to pass to
func.The argument can be NULL.The data is owned by the caller of the method. user_destroy-
Type:
GDestroyNotifyDestroy notify that will be called to release the user data parameter.