get_contents
Description:
Retrieve the current contents of the accessible object within the given range.
If end
is `G_MAXUINT`, the end of the range is the full content of the accessible object.
Parameters:
this |
the accessible object |
start |
the beginning of the range, in characters |
end |
the end of the range, in characters |
Returns:
the requested slice of the contents of the accessible object, as UTF-8. Note that the slice does not have to be NUL-terminated |