mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
More typo fixes
This commit is contained in:
parent
a3b850377f
commit
9b64ff7f38
@ -3,8 +3,9 @@
|
|||||||
* gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
|
* 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.
|
in multiple places to avoid segfaults if the index is out of range.
|
||||||
(#316422, Guillaume Cottenceau)
|
(#316422, Guillaume Cottenceau)
|
||||||
|
(gtk_icon_view_set_drag_dest_item):
|
||||||
(gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419,
|
(gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419,
|
||||||
Guillaume Cottenceau)
|
#316424, Guillaume Cottenceau)
|
||||||
|
|
||||||
2005-09-18 Hans Breuer <hans@breuer.org>
|
2005-09-18 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
|
@ -3,8 +3,9 @@
|
|||||||
* gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
|
* 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.
|
in multiple places to avoid segfaults if the index is out of range.
|
||||||
(#316422, Guillaume Cottenceau)
|
(#316422, Guillaume Cottenceau)
|
||||||
|
(gtk_icon_view_set_drag_dest_item):
|
||||||
(gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419,
|
(gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419,
|
||||||
Guillaume Cottenceau)
|
#316424, Guillaume Cottenceau)
|
||||||
|
|
||||||
2005-09-18 Hans Breuer <hans@breuer.org>
|
2005-09-18 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
|
@ -6476,7 +6476,7 @@ gtk_icon_view_unset_model_drag_dest (GtkIconView *icon_view)
|
|||||||
* gtk_icon_view_set_drag_dest_item:
|
* gtk_icon_view_set_drag_dest_item:
|
||||||
* @icon_view: a #GtkIconView
|
* @icon_view: a #GtkIconView
|
||||||
* @path: The path of the item to highlight, or %NULL.
|
* @path: The path of the item to highlight, or %NULL.
|
||||||
* @pos: Specifies whether to drop, relative to the item
|
* @pos: Specifies where to drop, relative to the item
|
||||||
*
|
*
|
||||||
* Sets the item that is highlighted for feedback.
|
* Sets the item that is highlighted for feedback.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user