Function
Gskvalue_set_render_node
Declaration [src]
void
gsk_value_set_render_node (
GValue* value,
GskRenderNode* node
)
Description [src]
Stores the given GskRenderNode
inside value
.
The GValue
will acquire a reference to the node
.
Available since: | 4.6 |
Parameters
value |
GValue |
A |
|
The data is owned by the caller of the function. | |
node |
GskRenderNode |
A |
|
The data is owned by the caller of the function. |