summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-10-16 17:33:16 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-10-16 17:33:16 +0000
commit6abe62c95b02e3023da0bf70efba3d71a3a9e943 (patch)
tree1eba15781f33f016568e672845d3c97ffcc46bb7 /gtk
parent9ab7af3a771f7a245e04c37b076471163d6de03b (diff)
downloadgdk-pixbuf-6abe62c95b02e3023da0bf70efba3d71a3a9e943.tar.gz
Improve the docs. (#486155, Owen Taylor)
2007-10-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextiter.c (gtk_text_iter_forward_line): Improve the docs. (#486155, Owen Taylor) svn path=/trunk/; revision=18914
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtktextiter.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtktextiter.c b/gtk/gtktextiter.c
index a23d02b2c..715f7e596 100644
--- a/gtk/gtktextiter.c
+++ b/gtk/gtktextiter.c
@@ -2479,10 +2479,10 @@ gtk_text_iter_backward_text_chars (GtkTextIter *iter,
* gtk_text_iter_forward_line:
* @iter: an iterator
*
- * Moves @iter to the start of the next line. Returns %TRUE if there
- * was a next line to move to, and %FALSE if @iter was simply moved to
- * the end of the buffer and is now not dereferenceable, or if @iter was
- * already at the end of the buffer.
+ * Moves @iter to the start of the next line. If the iter is already on the
+ * last line of the buffer, moves the iter to the end of the current line.
+ * If after the operation, the iter is at the end of the buffer and not
+ * dereferencable, returns %FALSE. Otherwise, returns %TRUE.
*
* Return value: whether @iter can be dereferenced
**/