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 property | Clutter.Text:buffer |
Parameters
buffer |
ClutterTextBuffer |
A |
|
| The data is owned by the caller of the function. |