Clarify the behavior of get_pos_at_line_end()

This commit is contained in:
Yevgen Muntyan 2014-03-20 11:24:41 -07:00
parent 961ca74613
commit 2b095ba318

View File

@ -260,7 +260,8 @@ moo_edit_get_pos_at_line (MooEdit *doc,
* @doc: * @doc:
* @line: (type index): %INDEXBASE-based line number. * @line: (type index): %INDEXBASE-based line number.
* *
* Returns: (transfer full): Iterator which points to the end of the given line. * Returns: (transfer full): Iterator which points to the end of the given line (i.e. the position
* before the line end character(s)).
**/ **/
GtkTextIter * GtkTextIter *
moo_edit_get_pos_at_line_end (MooEdit *doc, moo_edit_get_pos_at_line_end (MooEdit *doc,