Function
ClutterColoralloc
Declaration [src]
ClutterColor*
clutter_color_alloc (
void
)
Return value
Type: ClutterColor
The newly allocated ClutterColor
; use
clutter_color_free()
to free its resources.
The caller of the function takes ownership of the data, and is responsible for freeing it. |