[gspell] docs: improve docs about GtkTextBuffer support
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gspell] docs: improve docs about GtkTextBuffer support
- Date: Tue, 29 Dec 2015 18:21:32 +0000 (UTC)
commit 6700d2666e031c9a3544cba80ce11c7b04b97746
Author: Sébastien Wilmet <swilmet gnome org>
Date: Tue Dec 29 16:05:42 2015 +0100
docs: improve docs about GtkTextBuffer support
gspell/gspell-inline-checker-gtv.c | 5 +++--
gspell/gspell-navigator-gtv.c | 3 +--
gspell/gspell-text-buffer.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gspell/gspell-inline-checker-gtv.c b/gspell/gspell-inline-checker-gtv.c
index f93a2b8..1577ca2 100644
--- a/gspell/gspell-inline-checker-gtv.c
+++ b/gspell/gspell-inline-checker-gtv.c
@@ -49,8 +49,9 @@
* #GtkTextView's.
*
* You need to call gspell_text_buffer_set_spell_checker() to associate a
- * #GspellChecker to the #GtkTextBuffer. The #GspellInlineCheckerGtv re-checks
- * the buffer when the #GspellChecker changes.
+ * #GspellChecker to the #GtkTextBuffer. You can call
+ * gspell_text_buffer_set_spell_checker() at any time, a #GspellInlineCheckerGtv
+ * re-checks the buffer when the #GspellChecker changes.
*/
struct _GspellInlineCheckerGtv
diff --git a/gspell/gspell-navigator-gtv.c b/gspell/gspell-navigator-gtv.c
index 65d0a6a..d933c0f 100644
--- a/gspell/gspell-navigator-gtv.c
+++ b/gspell/gspell-navigator-gtv.c
@@ -33,8 +33,7 @@
* #GspellNavigator interface for the #GtkTextView widget.
*
* If a selection exists in the #GtkTextView, only the selected text is spell
- * checked. Otherwise the whole buffer is checked. The same #GspellChecker
- * is used throughout the navigation.
+ * checked. Otherwise the whole buffer is checked.
*
* If only the selected text is spell checked, the implementation of
* gspell_navigator_change_all() changes only the occurrences that were
diff --git a/gspell/gspell-text-buffer.c b/gspell/gspell-text-buffer.c
index c716915..5e19e10 100644
--- a/gspell/gspell-text-buffer.c
+++ b/gspell/gspell-text-buffer.c
@@ -25,7 +25,7 @@
* @Title: GtkTextBuffer support
* @See_also: #GspellChecker
*
- * Spell checking support to a #GtkTextBuffer.
+ * Spell checking support for #GtkTextBuffer.
*/
#define SPELL_CHECKER_KEY "gspell-text-buffer-spell-checker-key"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]