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.

Parameters

value

Type: GValue

A GValue initialized with CLUTTER_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.