GNOME Bugzilla – Bug 759350
GspellInlineCheckerGtv: remove attach_view() and detach_view()
Last modified: 2016-01-06 17:45:50 UTC
Instead of taking a GtkTextBuffer as the constructor argument, it should take a GtkTextView instead. So that attaching/detaching views is not necessary for the application. The gspell implementation should take care itself about buffer changes, add the GtkTextTag's to the right buffer and if several views share the same buffer, don't add two times the tags. The gspell implementation would be more complicated, but the API would be more user-friendly.
Fixed!