get_text


Description:

public abstract string get_text (int start_offset, int end_offset)

Gets the specified text.

Parameters:

this

an Text

start_offset

a starting character offset within this

end_offset

an ending character offset within this, or -1 for the end of the string.

Returns:

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.