TextIF.getText

Gets the specified text.

interface TextIF
string
getText

Parameters

startOffset int

start position

endOffset int

end position, or -1 for the end of the string.

Return: 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.

Meta