mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
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
@ -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…
Reference in New Issue
Block a user