Constructor
ClutterTextnew_with_buffer
Declaration [src]
ClutterActor*
clutter_text_new_with_buffer (
  ClutterTextBuffer* buffer
)
Parameters
- buffer
- 
            Type: ClutterTextBufferThe buffer to use for the new ClutterText.The data is owned by the caller of the function. 
Return value
Type: ClutterActor
A new ClutterText.
| The data is owned by the called function. |