Function

Gskvalue_take_render_node

Declaration [src]

void
gsk_value_take_render_node (
  GValue* value,
  GskRenderNode* node
)

Description [src]

Stores the given GskRenderNode inside value.

This function transfers the ownership of the node to the GValue.

Available since:4.6

Parameters

value GValue
 

A GValue initialized with type GSK_TYPE_RENDER_NODE

 The data is owned by the caller of the function.
node GskRenderNode
 

A GskRenderNode

 The argument can be NULL.
 The called function takes ownership of the data, and is responsible for freeing it.