forked from joejulian/gio
1eb5c7dbcd
This commit alters the textView API to give callers the option to provide their own buffers for reading text. This enables some widget usecases to be zero-allocation if a widget simply needs to examine the contents of the text without returning it as a string. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>