[ NoWrapper ]
public abstract Bytes get_contents (uint start, uint end)
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.
this |
the accessible object |
start |
the beginning of the range, in characters |
end |
the end of the range, in characters |
the requested slice of the contents of the accessible object, as UTF-8. Note that the slice does not have to be NUL-terminated |