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:
parent
213cd30ceb
commit
d37dee8258
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue