summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-09-13 17:53:06 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-09-13 17:53:06 +0000
commit59bfd418f8316a34acd86b68e26d172076b2a96b (patch)
tree907242e6cce8aba00ce4ffe983f35ab593878c66
parent76759f3410a0a1f2c9f7722956d766ee22851053 (diff)
downloadgdk-pixbuf-59bfd418f8316a34acd86b68e26d172076b2a96b.tar.gz
Fix typos in the docs. (#316008, #316027, #316121, Guillaume Cottenceau)
2005-09-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_class_init): (gtk_icon_view_get_dest_item_at_pos): Fix typos in the docs. (#316008, #316027, #316121, Guillaume Cottenceau)
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--gtk/gtkiconview.c6
3 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index adf301255..702ab5ac7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-09-13 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkiconview.c (gtk_icon_view_class_init):
+ (gtk_icon_view_get_dest_item_at_pos): Fix typos in the
+ docs. (#316008, #316027, #316121, Guillaume Cottenceau)
+
* gtk/gtkdnd.c (gtk_drag_set_icon_name): Fix a copy-and-paste
mistake in the docs. (#315993, Guillaume Cottenceau)
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index adf301255..702ab5ac7 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,9 @@
2005-09-13 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkiconview.c (gtk_icon_view_class_init):
+ (gtk_icon_view_get_dest_item_at_pos): Fix typos in the
+ docs. (#316008, #316027, #316121, Guillaume Cottenceau)
+
* gtk/gtkdnd.c (gtk_drag_set_icon_name): Fix a copy-and-paste
mistake in the docs. (#315993, Guillaume Cottenceau)
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c
index 9ec859de0..fcd84e587 100644
--- a/gtk/gtkiconview.c
+++ b/gtk/gtkiconview.c
@@ -697,10 +697,10 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
GTK_PARAM_READWRITE));
/**
- * GtkIconView:orientation:
+ * GtkIconView:reorderable:
*
* The reorderable property specifies if the items can be reordered
- * by DND.
+ * by drag-and-drop.
*
* Since: 2.8
*/
@@ -6569,7 +6569,7 @@ gtk_icon_view_get_drag_dest_item (GtkIconView *icon_view,
* @icon_view: a #GtkIconView
* @drag_x: the position to determine the destination item for
* @drag_y: the position to determine the destination item for
- * @path: Return location for the path of the highlighted item, or %NULL.
+ * @path: Return location for the path of the item, or %NULL.
* @pos: Return location for the drop position, or %NULL
*
* Determines the destination item for a given position.