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
This commit is contained in:
Alejandro Piñeiro 2010-04-14 18:07:21 +02:00 committed by Emmanuele Bassi
parent 213cd30ceb
commit d37dee8258

View File

@ -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.
*