[gtksourceview] Completion doc: better explanation for context creation



commit 9f2b576761c089a7aa4af7d300951e7aeca36df5
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Sun Apr 22 20:08:31 2012 +0200

    Completion doc: better explanation for context creation

 gtksourceview/gtksourcecompletion.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/gtksourceview/gtksourcecompletion.c b/gtksourceview/gtksourcecompletion.c
index f214934..63845b7 100644
--- a/gtksourceview/gtksourcecompletion.c
+++ b/gtksourceview/gtksourcecompletion.c
@@ -3558,10 +3558,9 @@ gtk_source_completion_get_view (GtkSourceCompletion *completion)
  * @completion: a #GtkSourceCompletion.
  * @position: (allow-none): a #GtkTextIter, or %NULL.
  *
- * Create a new #GtkSourceCompletionContext for @completion. The position at
- * which the completion using the new context will consider completion can
- * be provider by @position. If @position is %NULL, the current cursor
- * position will be used.
+ * Create a new #GtkSourceCompletionContext for @completion. The position where
+ * the completion occurs can be specified by @position. If @position is %NULL,
+ * the current cursor position will be used.
  *
  * Returns: (transfer full): a new #GtkSourceCompletionContext.
  * The reference being returned is a 'floating' reference,



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