Retrieves the contents of the Text actor between start_pos
and end_pos
, but not including end_pos
.
The positions are specified in characters, not in bytes.
this |
a Text |
start_pos |
start of text, in characters |
end_pos |
end of text, in characters |
a newly allocated string with the contents of the text actor between the specified positions. Use g_free to free the resources when done |