Constructor

ClutterTextnew_with_buffer

Declaration [src]

ClutterActor*
clutter_text_new_with_buffer (
  ClutterTextBuffer* buffer
)

Description [src]

Creates a new entry with the specified text buffer.

Parameters

buffer ClutterTextBuffer
 

The buffer to use for the new ClutterText.

 The data is owned by the caller of the function.

Return value

Returns: ClutterActor
 

A new ClutterText.

 The data is owned by the called function.