mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Fix a typo in the docs. (#314878, Guillaume Cottenceau)
2005-08-31 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): Fix a typo in the docs. (#314878, Guillaume Cottenceau)
This commit is contained in:
parent
e44e919113
commit
4713960f08
@ -1,3 +1,8 @@
|
||||
2005-08-31 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions):
|
||||
Fix a typo in the docs. (#314878, Guillaume Cottenceau)
|
||||
|
||||
2005-08-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-08-31 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions):
|
||||
Fix a typo in the docs. (#314878, Guillaume Cottenceau)
|
||||
|
||||
2005-08-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
|
||||
|
@ -3737,7 +3737,7 @@ gtk_text_iter_forward_visible_cursor_positions (GtkTextIter *iter,
|
||||
* @count: number of positions to move
|
||||
*
|
||||
* Moves up to @count visible cursor positions. See
|
||||
* gtk_text_iter_forward_cursor_position() for details.
|
||||
* gtk_text_iter_backward_cursor_position() for details.
|
||||
*
|
||||
* Return value: %TRUE if we moved and the new position is dereferenceable
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user