[gspell] docs: remove useless docs in GspellTextView



commit d72f68fb9bd9e4cbcfc25d4eeb579eb9ea0429a8
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Nov 26 18:48:34 2016 +0100

    docs: remove useless docs in GspellTextView
    
    If GTK+ and gspell provide APIs to change the buffer, change the spell
    checker and change the language, of course GspellTextView listens to
    those changes to re-check the buffer.

 gspell/gspell-text-view.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gspell/gspell-text-view.c b/gspell/gspell-text-view.c
index d2f4516..453f6e8 100644
--- a/gspell/gspell-text-view.c
+++ b/gspell/gspell-text-view.c
@@ -48,9 +48,7 @@
  *
  * If you don't use the gspell_text_view_basic_setup() function, you need to
  * call gspell_text_buffer_set_spell_checker() to associate a #GspellChecker to
- * the #GtkTextBuffer. #GspellTextView handles automatically changes to the
- * following properties: #GtkTextView:buffer, #GspellTextBuffer:spell-checker
- * and #GspellChecker:language.
+ * the #GtkTextBuffer.
  *
  * Note that #GspellTextView extends the #GtkTextView class but without
  * subclassing it, because the GtkSourceView library has already a #GtkTextView


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]