[gtksourceview] docs: same doc for get_completion() and get_space_drawer()



commit d0e829bdf0bfeffaefc7c6aeb3802f77fbf51e86
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Oct 1 12:57:09 2016 +0200

    docs: same doc for get_completion() and get_space_drawer()

 gtksourceview/gtksourceview.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gtksourceview/gtksourceview.c b/gtksourceview/gtksourceview.c
index 5c35043..1b831e3 100644
--- a/gtksourceview/gtksourceview.c
+++ b/gtksourceview/gtksourceview.c
@@ -4777,7 +4777,8 @@ mark_category_free (MarkCategory *category)
  * gtk_source_view_get_completion:
  * @view: a #GtkSourceView.
  *
- * Gets the #GtkSourceCompletion associated with @view.
+ * Gets the #GtkSourceCompletion associated with @view. The returned object is
+ * guaranteed to be the same for the lifetime of @view.
  *
  * Returns: (transfer none): the #GtkSourceCompletion associated with @view.
  */
@@ -4948,8 +4949,8 @@ gtk_source_view_get_background_pattern (GtkSourceView *view)
  * gtk_source_view_get_space_drawer:
  * @view: a #GtkSourceView.
  *
- * Returns the #GtkSourceSpaceDrawer of @view. The returned object is guaranteed
- * to be the same for the lifetime of @view.
+ * Gets the #GtkSourceSpaceDrawer associated with @view. The returned object is
+ * guaranteed to be the same for the lifetime of @view.
  *
  * Returns: (transfer none): the #GtkSourceSpaceDrawer associated with @view.
  * Since: 3.24


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