From d37dee8258ec2a10f5825694376cc27bc43b8f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pi=C3=B1eiro?= Date: Wed, 14 Apr 2010 18:07:21 +0200 Subject: [PATCH] Improve clutter_text_get_chars doc Explicitly explain that end_pos is not included with the resulting string http://bugzilla.clutter-project.org/show_bug.cgi?id=2081 --- clutter/clutter-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-text.c b/clutter/clutter-text.c index 197863c56..6bf33bd1c 100644 --- a/clutter/clutter-text.c +++ b/clutter/clutter-text.c @@ -4800,7 +4800,7 @@ clutter_text_delete_chars (ClutterText *self, * @end_pos: end of text, in characters * * Retrieves the contents of the #ClutterText actor between - * @start_pos and @end_pos. + * @start_pos and @end_pos, but not including @end_pos. * * The positions are specified in characters, not in bytes. *