mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
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>