Method
ClutterTextget_chars
since: 1.0
Declaration [src]
gchar*
clutter_text_get_chars (
ClutterText* self,
gssize start_pos,
gssize end_pos
)
Description [src]
Retrieves the contents of the ClutterText
actor between
start_pos
and end_pos
, but not including end_pos
.
The positions are specified in characters, not in bytes.
Available since: 1.0