Method

ClutterTextset_buffer

Declaration [src]

void
clutter_text_set_buffer (
  ClutterText* self,
  ClutterTextBuffer* buffer
)

Description [src]

Set the ClutterTextBuffer object which holds the text for this widget.

Available since:1.10
Sets propertyClutter.Text:buffer

Parameters

buffer ClutterTextBuffer
 

A ClutterTextBuffer.

 The data is owned by the caller of the function.