[gtk+] Fix typos in gtk_tree_view_set_reorderable docs
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix typos in gtk_tree_view_set_reorderable docs
- Date: Mon, 5 Sep 2011 03:55:13 +0000 (UTC)
commit 3a1ce87c7edd60133b40b0b7f24d950857574bce
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Sep 4 23:52:36 2011 -0400
Fix typos in gtk_tree_view_set_reorderable docs
As pointed out in bug 530253.
gtk/gtktreeview.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 9f7a1a5..8eaeee8 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -13044,8 +13044,8 @@ gtk_tree_view_get_reorderable (GtkTreeView *tree_view)
* @reorderable: %TRUE, if the tree can be reordered.
*
* This function is a convenience function to allow you to reorder
- * models that support the #GtkDragSourceIface and the
- * #GtkDragDestIface. Both #GtkTreeStore and #GtkListStore support
+ * models that support the #GtkTreeDragSourceIface and the
+ * #GtkTreeDragDestIface. Both #GtkTreeStore and #GtkListStore support
* these. If @reorderable is %TRUE, then the user can reorder the
* model by dragging and dropping rows. The developer can listen to
* these changes by connecting to the model's row_inserted and
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]