Function
Cluttervalue_get_paint_node
since: 13
Declaration [src]
ClutterPaintNode*
clutter_value_get_paint_node (
const GValue* value
)
Description [src]
Retrieves a pointer to the ClutterPaintNode contained inside
the passed GValue.
Available since: 13
Parameters
value-
Type:
GValueA
GValueinitialized withCLUTTER_TYPE_PAINT_NODE.The data is owned by the caller of the function.
Return value
Type: ClutterPaintNode
A pointer to
a ClutterPaintNode, or NULL.
| The data is owned by the called function. |