[gtksourceview/wip/search-start-signal: 1/6] region: improve doc of intersect()



commit 7f62b0e3741ed294642177c04748eeb52855792d
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Aug 10 17:58:19 2016 +0200

    region: improve doc of intersect()

 gtksourceview/gtksourceregion.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/gtksourceregion.c b/gtksourceview/gtksourceregion.c
index 9d3f9cd..afa6e2b 100644
--- a/gtksourceview/gtksourceregion.c
+++ b/gtksourceview/gtksourceregion.c
@@ -799,8 +799,8 @@ gtk_source_region_get_bounds (GtkSourceRegion *region,
  * @_start: the start of the subregion.
  * @_end: the end of the subregion.
  *
- * Computes the intersection between @region and the subregion delimited by
- * @_start and @_end.
+ * Returns the intersection between @region and the subregion delimited by
+ * @_start and @_end. @region is not modified.
  *
  * Returns: (transfer full) (nullable): the intersection as a new
  *   #GtkSourceRegion.


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