mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 07:34:09 +00:00
b1c366a143
The clutter_text_get_chars() function returns a section of the contents of the Text actor, delimited by a start and an end position. This commit adds the implementation for that function and a test unit that guarantees the offset-to-bytes computations are correct.