Function
Cluttervalue_get_paint_node
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: | 1.10 |
Parameters
value |
GValue |
A |
|
| The data is owned by the caller of the function. |
Return value
| Returns: | ClutterPaintNode |
A pointer to
a |
|
| The data is owned by the called function. |