Function
Cluttervalue_dup_paint_node
Declaration [src]
ClutterPaintNode*
clutter_value_dup_paint_node (
const GValue* value
)
Description [src]
Retrieves a pointer to the ClutterPaintNode
contained inside
the passed GValue
, and if not NULL
it will increase the
reference count.
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 the |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |