Fix a typo in the docs. (#316419, Guillaume Cottenceau)

2005-09-19  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): Fix a typo in the docs.  (#316419,
	Guillaume Cottenceau)
This commit is contained in:
Matthias Clasen 2005-09-19 18:55:02 +00:00 committed by Matthias Clasen
parent 0480e1298a
commit a3b850377f
3 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,8 @@
* gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
in multiple places to avoid segfaults if the index is out of range.
(#316422, Guillaume Cottenceau)
(gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419,
Guillaume Cottenceau)
2005-09-18 Hans Breuer <hans@breuer.org>

View File

@ -3,6 +3,8 @@
* gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
in multiple places to avoid segfaults if the index is out of range.
(#316422, Guillaume Cottenceau)
(gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419,
Guillaume Cottenceau)
2005-09-18 Hans Breuer <hans@breuer.org>

View File

@ -3929,7 +3929,7 @@ gtk_icon_view_move_cursor_start_end (GtkIconView *icon_view,
* @path: The path of the item to move to.
* @use_align: whether to use alignment arguments, or %FALSE.
* @row_align: The vertical alignment of the item specified by @path.
* @col_align: The horizontal alignment of the item specified by @column.
* @col_align: The horizontal alignment of the item specified by @path.
*
* Moves the alignments of @icon_view to the position specified by @path.
* @row_align determines where the row is placed, and @col_align determines where