gtk-rs / gtk

DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
https://gtk-rs.org/
MIT License
1.25k stars 82 forks source link

Fix TextBuffer signals that can invalidate/modify TextIters #1015

Closed sdroege closed 4 years ago

sdroege commented 4 years ago

Fixes https://github.com/gtk-rs/gtk/issues/981


CC @EPashkin @GuillaumeGomez

EPashkin commented 4 years ago

:+1 Thanks, @sdroege

sdroege commented 4 years ago

Please add missing comments. Otherwise looks good to me!

Done :)

GuillaumeGomez commented 4 years ago

Thanks!