Gets the specified text.
start position
end position, or -1 for the end of the string.
a newly allocated string containing the text from @start_offset up to, but not including @end_offset. Use g_free() to free the returned string.
See Implementation
Gets the specified text.