Function
Cluttervalue_get_paint_node
Declaration [src]
ClutterPaintNode*
clutter_value_get_paint_node (
const GValue* value
)
Parameters
value
-
Type:
GValue
A
GValue
initialized 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. |