[gtksourceview/wip/minimap] map: fix wording about child view
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/minimap] map: fix wording about child view
- Date: Thu, 7 May 2015 19:05:58 +0000 (UTC)
commit 83d517f4b5867d61ba1b232aee6cc46c5faa20da
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu May 7 21:05:01 2015 +0200
map: fix wording about child view
It is not "internal" since there is a getter.
gtksourceview/gtksourcemap.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtksourceview/gtksourcemap.c b/gtksourceview/gtksourcemap.c
index d7ae453..a60567d 100644
--- a/gtksourceview/gtksourcemap.c
+++ b/gtksourceview/gtksourcemap.c
@@ -36,10 +36,10 @@
* Call gtk_source_map_set_view() or set the #GtkSourceMap:view property
* to set the view that the #GtkSourceMap should do the mapping from.
*
- * #GtkSourceMap uses an internal #GtkSourceView object to do the mapping.
- * gtk_source_map_get_child_view() is provided in order to extend the internal
- * view. For example, one could extend it by adding a gutter that shows the
- * changes done while editing the document.
+ * #GtkSourceMap uses another #GtkSourceView object to do the mapping. It can be
+ * retrieved with gtk_source_map_get_child_view() in order to extend it. For
+ * example, one could extend it by adding a gutter that shows the changes done
+ * while editing the document.
*
* #GtkSourceMap derives from #GtkBin only as an implementation detail. Applications
* should not use any API specific to #GtkBin to operate on this object. It should
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]