mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
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:
parent
0480e1298a
commit
a3b850377f
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user