Function
Cluttervalue_take_paint_node
Declaration [src]
void
clutter_value_take_paint_node (
GValue* value,
ClutterPaintNode* node
)
Description [src]
Sets the contents of a GValue
initialized with CLUTTER_TYPE_PAINT_NODE
.
Unlike clutter_value_set_paint_node(), this function will not take a
reference on the passed node
: instead, it will take ownership of the
current reference count.
Available since: | 1.10 |
Parameters
value |
GValue |
A |
|
The data is owned by the caller of the function. | |
node |
ClutterPaintNode |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |